mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-27 10:24:18 +00:00
(Refactor) Use more forward declarations (#881)
* Use more forward declarations * Use more forward declarations * Add more forward declarations * Fix
This commit is contained in:
committed by
GitHub
parent
01b861bc09
commit
51adf75b9b
@@ -1,5 +1,6 @@
|
||||
#include "legoomni.h"
|
||||
|
||||
#include "3dmanager/lego3dmanager.h"
|
||||
#include "islepathactor.h"
|
||||
#include "legoanimationmanager.h"
|
||||
#include "legobuildingmanager.h"
|
||||
@@ -19,15 +20,19 @@
|
||||
#include "mxactionnotificationparam.h"
|
||||
#include "mxautolock.h"
|
||||
#include "mxbackgroundaudiomanager.h"
|
||||
#include "mxdisplaysurface.h"
|
||||
#include "mxdsfile.h"
|
||||
#include "mxmisc.h"
|
||||
#include "mxnotificationmanager.h"
|
||||
#include "mxomnicreateflags.h"
|
||||
#include "mxomnicreateparam.h"
|
||||
#include "mxstreamer.h"
|
||||
#include "mxticklemanager.h"
|
||||
#include "mxtransitionmanager.h"
|
||||
#include "mxvariabletable.h"
|
||||
#include "viewmanager/viewmanager.h"
|
||||
|
||||
DECOMP_SIZE_ASSERT(LegoOmni, 0x140)
|
||||
DECOMP_SIZE_ASSERT(LegoOmni::ScriptContainer, 0x1c)
|
||||
DECOMP_SIZE_ASSERT(LegoWorldList, 0x18)
|
||||
DECOMP_SIZE_ASSERT(LegoWorldListCursor, 0x10)
|
||||
|
||||
Reference in New Issue
Block a user