mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
91c3ed3e70
* Only include decomps * One more function * Add offset to endOfVariables * Remove leftover header * Use undefined where applicable * Fixes, refactorings * Fixes * Fix calling convention * Added offset comment --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
16 lines
241 B
C++
16 lines
241 B
C++
#include "infocenterstate.h"
|
|
|
|
DECOMP_SIZE_ASSERT(InfocenterState, 0x94);
|
|
|
|
// OFFSET: LEGO1 0x10071600 STUB
|
|
InfocenterState::InfocenterState()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10071920 STUB
|
|
InfocenterState::~InfocenterState()
|
|
{
|
|
// TODO
|
|
}
|
|
|