mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 19:51:16 +00:00
20 lines
281 B
C++
20 lines
281 B
C++
#ifndef JETSKIRACE_H
|
|
#define JETSKIRACE_H
|
|
|
|
#include "legorace.h"
|
|
|
|
#ifndef undefined4
|
|
#define undefined4 int
|
|
#endif
|
|
|
|
class JetskiRace : public LegoRace
|
|
{
|
|
public:
|
|
JetskiRace();
|
|
|
|
undefined4 VTable0x70(int param_1); // vtable+0x70
|
|
|
|
// VTABLE 0x100d4fe8
|
|
};
|
|
|
|
#endif // JETSKIRACE_H
|