isle/LEGO1/towtrack.cpp
2023-06-23 17:18:53 -07:00

12 lines
506 B
C++

// no, there is no typo in this file. the actual name of the class is TowTrack.
// presumably the developers made a typo when trying to name it "TowTruck" and
// just went with it, but that doesn't really make sense because there is also
// TowTrackMissionState, which has this same oddity. was it a joke? regional
// dialect? or maybe they just didn't have spellcheck? we may never know
#include "towtrack.h"
// OFFSET: LEGO1 0x1004c7c0
const char* TowTrack::GetClassName() {
return "TowTrack";
}