Refactor MxOmni/LegoOmni headers to use forward declarations (#148)

* Refactor MxOmni/LegoOmni headers to use forward declarations

* Fixes

* Fix build

* Fix deps
This commit is contained in:
Christian Semmler
2023-10-07 11:30:04 -04:00
committed by GitHub
parent 775ee9f05f
commit 5164ef1a54
20 changed files with 99 additions and 45 deletions

View File

@@ -1,6 +1,8 @@
#include "legofullscreenmovie.h"
#include "mxtypes.h"
#include "legoomni.h"
#include "legovideomanager.h"
#include "mxtypes.h"
#include "decomp.h"
DECOMP_SIZE_ASSERT(LegoFullScreenMovie, 0x24)