isle/LEGO1/beachhouseentity.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

16 lines
286 B
C++

#ifndef BEACHHOUSEENTITY_H
#define BEACHHOUSEENTITY_H
#include "buildingentity.h"
class BeachHouseEntity : public BuildingEntity
{
virtual int FUN_100153b(); // Return is undefined 4-byte value
// VTABLE 0x100d4a18
// SIZE 0x68
};
#endif // BEACHHOUSEENTITY_H