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