This commit is contained in:
Christian Semmler 2023-10-07 11:26:56 -04:00
parent 279c3c13e6
commit fa26c1ef0e
3 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,8 @@
#include "legoomni.h"
#include "mxbackgroundaudiomanager.h"
#include "mxdsfile.h"
#include "legogamestate.h"
// 0x100f4588
char *g_nocdSourceName = NULL;

View File

@ -1,5 +1,7 @@
#include "mxmusicmanager.h"
#include "mxticklemanager.h"
#include "mxomni.h"
#include <windows.h>
DECOMP_SIZE_ASSERT(MxMusicManager, 0x58);

View File

@ -1,5 +1,5 @@
#include "mxsoundmanager.h"
#include "mxticklemanager.h"
#include "mxomni.h"
DECOMP_SIZE_ASSERT(MxSoundManager, 0x3c);