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