isle/LEGO1/racecar.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
201 B
C++

#ifndef RACECAR_H
#define RACECAR_H
#include "islepathactor.h"
class RaceCar : public IslePathActor
{
public:
RaceCar();
// VTABLE 0x100d6918
// SIZE 0x
};
#endif // RACECAR_H