mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
15 lines
228 B
C++
15 lines
228 B
C++
|
#include "mxnotificationmanager.h"
|
||
|
|
||
|
// OFFSET: LEGO1 0x100ac450 STUB
|
||
|
MxNotificationManager::~MxNotificationManager()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|
||
|
|
||
|
// OFFSET: LEGO1 0x100ac800 STUB
|
||
|
long MxNotificationManager::Tickle()
|
||
|
{
|
||
|
// TODO
|
||
|
|
||
|
return 0;
|
||
|
}
|