SilentPatch/SilentPatchVC/ModelInfoVC.h

17 lines
299 B
C
Raw Normal View History

2018-03-27 22:28:45 +02:00
#pragma once
#include <rwcore.h>
#include <rpworld.h>
class CVehicleModelInfo
{
private:
uint8_t __pad1[60];
unsigned int m_dwType;
uint8_t __pad2[308];
public:
RwFrame* GetExtrasFrame( RpClump* clump );
};
static_assert(sizeof(CVehicleModelInfo) == 0x174, "Wrong size: CvehicleModelInfo");