22 lines
467 B
C++
22 lines
467 B
C++
#pragma once
|
|
|
|
// Reconstructed C++ declarations from IDA Local Types and PDB/DIA metadata.
|
|
// Original PDB header: w:\tech5\tungsten\game\accolades.h
|
|
// Recovered logical types: 2
|
|
// Signatures retain Xbox 360 ABI evidence and may still require manual review.
|
|
|
|
|
|
// IDA Local Type ordinal 18370; PDB kind: class.
|
|
class idAccolade
|
|
{
|
|
public:
|
|
int count;
|
|
const idDeclAccolade *decl;
|
|
};
|
|
|
|
// IDA Local Type ordinal 18444; PDB kind: class.
|
|
class idAccolades
|
|
{
|
|
public:
|
|
};
|