isle/LEGO1/dunebuggy.h
2023-06-20 22:11:14 +02:00

15 lines
214 B
C++

#ifndef DUNEBUGGY_H
#define DUNEBUGGY_H
#include "islepathactor.h"
class DuneBuggy : public IslePathActor
{
public:
DuneBuggy();
// VTABLE 0x100d8f98
// SIZE 0x16c
};
#endif // DUNEBUGGY_H