mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
b6ada8f46c
* Small implementations in MxEntity/MxEventManager * Cleanup * Update LEGO1/mxentity.cpp --------- Co-authored-by: MattKC <34096995+itsmattkc@users.noreply.github.com>
18 lines
No EOL
279 B
C++
18 lines
No EOL
279 B
C++
#include "mxeventmanager.h"
|
|
|
|
// OFFSET: LEGO1 0x100c0360
|
|
MxEventManager::MxEventManager()
|
|
{
|
|
Init();
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100c03f0
|
|
MxEventManager::~MxEventManager()
|
|
{
|
|
// TODO: MxMediaManager::TerminateThread call
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100c0450
|
|
void MxEventManager::Init()
|
|
{
|
|
} |