mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-15 20:51:14 +00:00
14 lines
223 B
C++
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
|