Refactor files based on beta debug build (#645)

* Rename LegoUnkSaveDataWriter -> LegoCharacterManager

* Refactor mxomni into mxomni/mxmisc

* Refactor legoomni into legoomni/misc

* Resolve deps

* Refactor atom

* Refactor mxutil

* Refactor mxio

* Rename/relocate files

* Fix format
This commit is contained in:
Christian Semmler
2024-03-09 15:07:52 -05:00
committed by GitHub
parent c62469fef4
commit 8069923651
150 changed files with 734 additions and 609 deletions

View File

@@ -1,8 +1,8 @@
#include "mxdsaction.h"
#include "mxomni.h"
#include "mxmisc.h"
#include "mxtimer.h"
#include "mxutil.h"
#include "mxutilities.h"
#include <float.h>
#include <limits.h>

View File

@@ -1,6 +1,6 @@
#include "mxdsmediaaction.h"
#include "mxutil.h"
#include "mxutilities.h"
DECOMP_SIZE_ASSERT(MxDSMediaAction, 0xb8)

View File

@@ -11,7 +11,7 @@
#include "mxdsserialaction.h"
#include "mxdssound.h"
#include "mxdsstill.h"
#include "mxutil.h"
#include "mxutilities.h"
#include <stdlib.h>
#include <string.h>

View File

@@ -1,6 +1,6 @@
#include "mxdsselectaction.h"
#include "mxomni.h"
#include "mxmisc.h"
#include "mxtimer.h"
#include "mxvariabletable.h"

View File

@@ -1,6 +1,6 @@
#include "mxdssound.h"
#include "mxutil.h"
#include "mxutilities.h"
DECOMP_SIZE_ASSERT(MxDSSound, 0xc0)