mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
fix clang format
This commit is contained in:
parent
2cf21a7adc
commit
f3f798c988
@ -19,9 +19,9 @@
|
|||||||
#include "mxdsfile.h"
|
#include "mxdsfile.h"
|
||||||
#include "mxomnicreateflags.h"
|
#include "mxomnicreateflags.h"
|
||||||
#include "mxomnicreateparam.h"
|
#include "mxomnicreateparam.h"
|
||||||
#include "mxunknown100dbdbc.h"
|
|
||||||
#include "mxticklemanager.h"
|
#include "mxticklemanager.h"
|
||||||
#include "mxtransitionmanager.h"
|
#include "mxtransitionmanager.h"
|
||||||
|
#include "mxunknown100dbdbc.h"
|
||||||
|
|
||||||
DECOMP_SIZE_ASSERT(LegoWorldList, 0x18);
|
DECOMP_SIZE_ASSERT(LegoWorldList, 0x18);
|
||||||
|
|
||||||
|
|||||||
@ -117,7 +117,7 @@ class LegoOmni : public MxOmni {
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
undefined4* m_unk0x68; // 0x68
|
undefined4* m_unk0x68; // 0x68
|
||||||
MxUnknown100dbdbc* 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