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