19 lines
474 B
C++
19 lines
474 B
C++
#pragma once
|
|
|
|
// Reconstructed C++ declarations from IDA Local Types and PDB/DIA metadata.
|
|
// Original PDB header: w:\tech5\engine\gamelib\physics\push.h
|
|
// Recovered logical types: 2
|
|
// Signatures retain Xbox 360 ABI evidence and may still require manual review.
|
|
|
|
|
|
// IDA Local Type ordinal 14173; PDB kind: class.
|
|
class idPush
|
|
{
|
|
public:
|
|
idClip *clip;
|
|
idList<idPhysics *,77> pushed;
|
|
};
|
|
|
|
// IDA Local Type ordinal 29474; PDB kind: typedef.
|
|
typedef unsigned __int16 ush;
|