isle-portable/LEGO1/towtrackmissionstate.cpp
Nathan M Gilbert 4cc6b9b8ec
Implement Score (#230)
* Implement Score

* Update mxomni.cpp

Fix case of OFFSET comment.

* Fix DeleteObjects

* Apply changes (see comment)

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
2023-10-23 13:16:21 +02:00

9 lines
175 B
C++

#include "towtrackmissionstate.h"
DECOMP_SIZE_ASSERT(TowTrackMissionState, 0x28)
// OFFSET: LEGO1 0x1004dd30 STUB
TowTrackMissionState::TowTrackMissionState()
{
// TODO
}