isle/LEGO1/motorcycle.h
2023-06-27 16:06:10 -07:00

19 lines
293 B
C++

#ifndef MOTORCYCLE_H
#define MOTORCYCLE_H
#include "islepathactor.h"
class Motorcycle : public IslePathActor
{
public:
Motorcycle();
virtual void VTable0xcc(); // vtable+0xcc
virtual void VTable0xe4(); // vtable+0xe4
// VTABLE 0x100d7090
// SIZE 0x16c
};
#endif // MOTORCYCLE_H