isle/LEGO1/jetski.h
Cydra 068e37040a Created a bunch more classes and added more information to exisiting ones
Did not error check, this was pushed just for reference
2023-06-21 14:24:59 +02:00

17 lines
201 B
C++

#ifndef JETSKI_H
#define JETSKI_H
#include "islepathactor.h"
class Jetski : public IslePathActor
{
public:
Jetski();
// VTABLE 0x100d9ec8
// SIZE 0x164
};
#endif // JETSKI_H