mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00: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
|
|
}
|