mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
15 lines
214 B
C++
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
|