mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-26 17:36:12 -05:00
b95656a735
* implement GasStationState::GasStationState() * Match 100% --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
13 lines
197 B
C++
13 lines
197 B
C++
#include "legostate.h"
|
|
|
|
DECOMP_SIZE_ASSERT(LegoState, 0x08);
|
|
|
|
// OFFSET: LEGO1 0x10005f40
|
|
LegoState::~LegoState()
|
|
{
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10005f90
|
|
MxBool LegoState::VTable0x14() {
|
|
return TRUE;
|
|
}
|