Consolidate state and building entity classes (#989)

This commit is contained in:
Christian Semmler
2024-06-03 12:53:25 -04:00
committed by GitHub
parent 73bb37596e
commit 133a312aee
107 changed files with 2190 additions and 2569 deletions

View File

@@ -1,8 +1,7 @@
#include "jukebox.h"
#include "act1state.h"
#include "isle.h"
#include "jukebox_actions.h"
#include "jukeboxstate.h"
#include "jukeboxw_actions.h"
#include "legocontrolmanager.h"
#include "legogamestate.h"
@@ -17,6 +16,7 @@
#include "mxvideopresenter.h"
DECOMP_SIZE_ASSERT(JukeBox, 0x104)
DECOMP_SIZE_ASSERT(JukeBoxState, 0x10)
// FUNCTION: LEGO1 0x1005d660
JukeBox::JukeBox()