mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
14 lines
191 B
C++
14 lines
191 B
C++
|
#include "buildingentity.h"
|
||
|
|
||
|
// OFFSET: LEGO1 0x10014e20 STUB
|
||
|
BuildingEntity::BuildingEntity()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|
||
|
|
||
|
// OFFSET: LEGO1 0x10015030 STUB
|
||
|
BuildingEntity::~BuildingEntity()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|