mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00:00
19 lines
240 B
C++
19 lines
240 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
|