mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 04:01:15 +00:00
16 lines
286 B
C++
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
|