isle/LEGO1/motorcycle.h

19 lines
311 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