20 lines
438 B
C++
20 lines
438 B
C++
#pragma once
|
|
|
|
// Reconstructed C++ declarations from IDA Local Types and PDB/DIA metadata.
|
|
// Original PDB header: w:\tech5\engine\sys\sys_profile.h
|
|
// Recovered logical types: 2
|
|
// Signatures retain Xbox 360 ABI evidence and may still require manual review.
|
|
|
|
|
|
// IDA Local Type ordinal 22941; PDB kind: class.
|
|
class idProfile
|
|
{
|
|
public:
|
|
};
|
|
|
|
// IDA Local Type ordinal 23759; PDB kind: struct.
|
|
struct profile_t
|
|
{
|
|
timings_t timings[5];
|
|
};
|