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

14 lines
203 B
C++

#ifndef JETSKIRACESTATE_H
#define JETSKIRACESTATE_H
#include "racestate.h"
class JetskiRaceState : public RaceState
{
// VTABLE 0x100d4fa8
// SIZE 0x2c
}
#endif // JETSKIRACESTATE_H