isle/LEGO1/jetskiRace.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
223 B
C++

#ifndef JETSKIRACE_H
#define JETSKIRACE_H
#include "legorace.h"
class JetskiRace : public LegoRace
{
public:
JetskiRace();
int FUN_100166a0(int param_1); // Return is undefined 4-byte value
};
#endif // JETSKIRACE_H