isle/LEGO1/towtrack.h

19 lines
258 B
C++

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