mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
20 lines
325 B
C++
20 lines
325 B
C++
#ifndef BEACHHOUSEENTITY_H
|
|
#define BEACHHOUSEENTITY_H
|
|
|
|
#include "buildingentity.h"
|
|
|
|
#ifndef undefined4
|
|
#define undefined4 int
|
|
#endif
|
|
|
|
class BeachHouseEntity : public BuildingEntity
|
|
{
|
|
virtual undefined4 VTable0x50(); // vtable+0x50
|
|
|
|
// VTABLE 0x100d4a18
|
|
// SIZE 0x68
|
|
};
|
|
|
|
|
|
#endif // BEACHHOUSEENTITY_H
|