10 lines
No EOL
168 B
C++
10 lines
No EOL
168 B
C++
class CVehicleDriveByAnimInfo;
|
|
|
|
#pragma pack(push, 1)
|
|
class CGetPedSeatReturnClass
|
|
{
|
|
public:
|
|
char padding[8];
|
|
CVehicleDriveByAnimInfo* anim_info;
|
|
};
|
|
#pragma pack(pop) |