isle/LEGO1/gasstationentity.h
2023-06-27 16:06:10 -07:00

19 lines
305 B
C++

#ifndef GASSTATIONENTITY_H
#define GASSTATIONENTITY_H
#include "buildingentity.h"
#ifndef undefined4
#define undefined4 int
#endif
class GasStationEntity : public BuildingEntity
{
virtual undefined4 VTable0x50(); // vtable+0x50
// VTABLE 0x100d5258
// SIZE 0x68
};
#endif // GASSTATIONENTITY_H