isle/LEGO1/bike.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

17 lines
190 B
C++

#ifndef BIKE_H
#define BIKE_H
#include "islepathactor.h"
class Bike : public IslePathActor
{
public:
Bike();
// VTABLE 0x100d9808
// SIZE 0x74
};
#endif // BIKE_H