mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 04:01:15 +00:00
10 lines
152 B
C++
10 lines
152 B
C++
#ifndef JETSKIRACE_H
|
|
#define JETSKIRACE_H
|
|
|
|
class JetskiRace : public LegoRace
|
|
{
|
|
// OFFSET: LEGO1 0x10015aa0
|
|
JetskiRace();
|
|
};
|
|
|
|
#endif // JETSKIRACE_H
|