mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
4cc6b9b8ec
* Implement Score * Update mxomni.cpp Fix case of OFFSET comment. * Fix DeleteObjects * Apply changes (see comment) --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
9 lines
180 B
C++
9 lines
180 B
C++
#include "ambulancemissionstate.h"
|
|
|
|
DECOMP_SIZE_ASSERT(AmbulanceMissionState, 0x24);
|
|
|
|
// OFFSET: LEGO1 0x100373a0 STUB
|
|
AmbulanceMissionState::AmbulanceMissionState()
|
|
{
|
|
// TODO
|
|
}
|