mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 22:47:32 +08:00
5881f50a80
* Added more classes for drive-by weapons. * Added CGetPedSeatReturnClass. * Fixed atArray contains method throwing compile time exceptions.
9 lines
137 B
C++
9 lines
137 B
C++
|
|
#pragma pack(push, 1)
|
|
class CGetPedSeatReturnClass
|
|
{
|
|
public:
|
|
char padding[8];
|
|
CVehicleDriveByAnimInfo* anim_info;
|
|
};
|
|
#pragma pack(pop) |