mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 11:41:15 +00:00
17 lines
185 B
C++
17 lines
185 B
C++
#ifndef JETSKI_H
|
|
#define JETSKI_H
|
|
|
|
#include "islepathactor.h"
|
|
|
|
class Jetski : public IslePathActor
|
|
{
|
|
public:
|
|
Jetski();
|
|
|
|
// VTABLE 0x100d9ec8
|
|
// SIZE 0x164
|
|
};
|
|
|
|
|
|
#endif // JETSKI_H
|