isle/LEGO1/towtrack.h
Cydra 068e37040a Created a bunch more classes and added more information to exisiting ones
Did not error check, this was pushed just for reference
2023-06-21 14:24:59 +02:00

17 lines
211 B
C++

#ifndef TOWTRACK_H
#define TOWTRACK_H
#include "islepathactor.h"
class TowTrack : public IslePathActor
{
public:
TowTrack();
// VTABLE 0x100d7ee0
// SIZE 0x180
};
#endif // TOWTRACK_H