mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
17 lines
191 B
C
17 lines
191 B
C
|
#ifndef TOWTRACK_H
|
||
|
#define TOWTRACK_H
|
||
|
|
||
|
#include "islepathactor.h"
|
||
|
|
||
|
// VTABLE 0x100d7ee0
|
||
|
// SIZE 0x180
|
||
|
class TowTrack : public IslePathActor
|
||
|
{
|
||
|
public:
|
||
|
TowTrack();
|
||
|
|
||
|
};
|
||
|
|
||
|
|
||
|
#endif // TOWTRACK_H
|