mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
16 lines
266 B
C++
16 lines
266 B
C++
#include "buildingentity.h"
|
|
|
|
#include "mxomni.h"
|
|
|
|
// OFFSET: LEGO1 0x10014e20
|
|
BuildingEntity::BuildingEntity()
|
|
{
|
|
NotificationManager()->Register(this);
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10015030
|
|
BuildingEntity::~BuildingEntity()
|
|
{
|
|
NotificationManager()->Unregister(this);
|
|
}
|