diff --git a/LEGO1/legoomni.h b/LEGO1/legoomni.h index a9db8020..d5dd81ea 100644 --- a/LEGO1/legoomni.h +++ b/LEGO1/legoomni.h @@ -5,7 +5,6 @@ #include "mxdsaction.h" #include "mxdsfile.h" #include "mxdsobject.h" -#include "mxomni.h" #include "mxomnicreateparam.h" #include "mxresult.h" #include "mxstreamer.h" @@ -29,7 +28,8 @@ class MxMusicManager; class MxNotificationManager; class MxSoundManager; -class LegoOmni : public MxOmni +// class LegoOmni : public MxOmni +class LegoOmni { public: __declspec(dllexport) void CreateBackgroundAudio(); @@ -71,6 +71,22 @@ class LegoOmni : public MxOmni int m_unk24; int m_unk28; int m_unk2c; + int m_unk30; + int m_unk34; + int m_unk38; + int m_unk3c; + int m_unk40; + int m_unk44; + int m_unk48; + int m_unk4c; + int m_unk50; + int m_unk54; + int m_unk58; + int m_unk5c; + int m_unk60; + int m_unk64; + int m_unk68; + int m_unk6c; LegoInputManager *m_inputMgr; static LegoOmni *m_instance;