isle/LEGO1/motorcycle.h
Cydra 068e37040a Created a bunch more classes and added more information to exisiting ones
Did not error check, this was pushed just for reference
2023-06-21 14:24:59 +02:00

16 lines
219 B
C++

#ifndef MOTORCYCLE_H
#define MOTORCYCLE_H
#include "islepathactor.h"
class Motorcycle : public IslePathActor
{
public:
Motorcycle();
// VTABLE 0x100d7090
// SIZE 0x16c
};
#endif // MOTORCYCLE_H