isle/LEGO1/gasstationentity.h
Cydra 068e37040a Created a bunch more classes and added more information to exisiting ones
Did not error check, this was pushed just for reference
2023-06-21 14:24:59 +02:00

14 lines
256 B
C++

#ifndef GASSTATIONENTITY_H
#define GASSTATIONENTITY_H
#include "buildingentity.h"
class GasStationEntity : public BuildingEntity
{
virtual int FUN_100151d0(); // Return unknown 4-byte value
// SIZE 0x68
};
#endif // GASSTATIONENTITY_H