mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
Fix return type
This commit is contained in:
parent
50ace43e32
commit
8fe29412e7
@ -358,7 +358,7 @@ MxLong MxOmni::Notify(MxParam &p)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100b0880 STUB
|
// OFFSET: LEGO1 0x100b0880 STUB
|
||||||
MxLong MxOmni::HandleNotificationType2(MxParam& p_param)
|
MxResult MxOmni::HandleNotificationType2(MxParam& p_param)
|
||||||
{
|
{
|
||||||
// TODO STUB
|
// TODO STUB
|
||||||
return FAILURE;
|
return FAILURE;
|
||||||
|
|||||||
@ -61,7 +61,7 @@ class MxOmni : public MxCore
|
|||||||
MxMusicManager* GetMusicManager() const { return this->m_musicManager; }
|
MxMusicManager* GetMusicManager() const { return this->m_musicManager; }
|
||||||
MxEventManager* GetEventManager() const { return this->m_eventManager; }
|
MxEventManager* GetEventManager() const { return this->m_eventManager; }
|
||||||
MxAtomIdCounterSet* GetAtomIdCounterSet() const { return this->m_atomIdCounterSet; }
|
MxAtomIdCounterSet* GetAtomIdCounterSet() const { return this->m_atomIdCounterSet; }
|
||||||
MxLong HandleNotificationType2(MxParam& p_param);
|
MxResult HandleNotificationType2(MxParam& p_param);
|
||||||
protected:
|
protected:
|
||||||
static MxOmni* g_instance;
|
static MxOmni* g_instance;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user