mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-25 09:11:15 +00:00
Formatting
This commit is contained in:
parent
eac6c87ea0
commit
070eef2da3
@ -2,8 +2,8 @@
|
|||||||
#define LEGOBUILDINGMANAGER_H
|
#define LEGOBUILDINGMANAGER_H
|
||||||
|
|
||||||
#include "decomp.h"
|
#include "decomp.h"
|
||||||
#include "mxcore.h"
|
|
||||||
#include "misc/legotypes.h"
|
#include "misc/legotypes.h"
|
||||||
|
#include "mxcore.h"
|
||||||
|
|
||||||
class LegoEntity;
|
class LegoEntity;
|
||||||
class LegoROI;
|
class LegoROI;
|
||||||
@ -94,13 +94,13 @@ class LegoBuildingManager : public MxCore {
|
|||||||
private:
|
private:
|
||||||
static char* g_customizeAnimFile;
|
static char* g_customizeAnimFile;
|
||||||
|
|
||||||
MxU8 m_nextVariant; // 0x08
|
MxU8 m_nextVariant; // 0x08
|
||||||
MxU8 m_unk0x09; // 0x09
|
MxU8 m_unk0x09; // 0x09
|
||||||
AnimEntry* m_entries[5]; // 0x0c
|
AnimEntry* m_entries[5]; // 0x0c
|
||||||
MxS8 m_numEntries; // 0x20
|
MxS8 m_numEntries; // 0x20
|
||||||
LegoCacheSound* m_sound; // 0x24
|
LegoCacheSound* m_sound; // 0x24
|
||||||
MxBool m_unk0x28; // 0x28
|
MxBool m_unk0x28; // 0x28
|
||||||
LegoWorld* m_world; // 0x2c
|
LegoWorld* m_world; // 0x2c
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOBUILDINGMANAGER_H
|
#endif // LEGOBUILDINGMANAGER_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user