mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
rename class
This commit is contained in:
parent
6a5a4691ad
commit
2cf21a7adc
@ -1,5 +1,5 @@
|
|||||||
#ifndef MXRENDERMANAGER_H
|
#ifndef MXUNKNOWN100DBDBC_H
|
||||||
#define MXRENDERMANAGER_H
|
#define MXUNKNOWN100DBDBC_H
|
||||||
|
|
||||||
#include "mxtypes.h"
|
#include "mxtypes.h"
|
||||||
|
|
||||||
@ -13,4 +13,4 @@ class MxUnknown100dbdbc {
|
|||||||
char m_unk0x4[0x14]; // TODO: change to 0x10 once scalar deconstructor is added
|
char m_unk0x4[0x14]; // TODO: change to 0x10 once scalar deconstructor is added
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // MXRENDERMANAGER_H
|
#endif // MXUNKNOWN100DBDBC_H
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
#include "mxdsfile.h"
|
#include "mxdsfile.h"
|
||||||
#include "mxomnicreateflags.h"
|
#include "mxomnicreateflags.h"
|
||||||
#include "mxomnicreateparam.h"
|
#include "mxomnicreateparam.h"
|
||||||
#include "mxrendermanager.h"
|
#include "mxunknown100dbdbc.h"
|
||||||
#include "mxticklemanager.h"
|
#include "mxticklemanager.h"
|
||||||
#include "mxtransitionmanager.h"
|
#include "mxtransitionmanager.h"
|
||||||
|
|
||||||
@ -526,7 +526,7 @@ MxResult LegoOmni::Create(MxOmniCreateParam& p_param)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
m_renderMgr = new MxRenderManager();
|
m_renderMgr = new MxUnknown100dbdbc();
|
||||||
m_gifManager = new GifManager();
|
m_gifManager = new GifManager();
|
||||||
// TODO: there is another class here
|
// TODO: there is another class here
|
||||||
m_plantManager = new LegoPlantManager();
|
m_plantManager = new LegoPlantManager();
|
||||||
|
|||||||
@ -27,7 +27,7 @@ class MxAtomId;
|
|||||||
class MxBackgroundAudioManager;
|
class MxBackgroundAudioManager;
|
||||||
class MxDSFile;
|
class MxDSFile;
|
||||||
class MxTransitionManager;
|
class MxTransitionManager;
|
||||||
class MxRenderManager;
|
class MxUnknown100dbdbc;
|
||||||
|
|
||||||
extern MxAtomId* g_copterScript;
|
extern MxAtomId* g_copterScript;
|
||||||
extern MxAtomId* g_dunecarScript;
|
extern MxAtomId* g_dunecarScript;
|
||||||
@ -117,7 +117,7 @@ class LegoOmni : public MxOmni {
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
undefined4* m_unk0x68; // 0x68
|
undefined4* m_unk0x68; // 0x68
|
||||||
MxRenderManager* m_renderMgr; // 0x6c
|
MxUnknown100dbdbc* m_renderMgr; // 0x6c
|
||||||
LegoInputManager* m_inputMgr; // 0x70
|
LegoInputManager* m_inputMgr; // 0x70
|
||||||
GifManager* m_gifManager; // 0x74
|
GifManager* m_gifManager; // 0x74
|
||||||
LegoWorldList* m_worldList; // 0x78
|
LegoWorldList* m_worldList; // 0x78
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user