mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00:00
21 lines
309 B
C++
21 lines
309 B
C++
#ifndef SKATEBOARD_H
|
|
#define SKATEBOARD_H
|
|
|
|
#include "islepathactor.h"
|
|
|
|
#ifndef undefined4
|
|
#define undefined4 int
|
|
#endif
|
|
|
|
class SkateBoard : public IslePathActor
|
|
{
|
|
public:
|
|
SkateBoard();
|
|
|
|
virtual undefined4 VTable0xcc(); // vtable+0xcc
|
|
|
|
// VTABLE 0x100d55f0
|
|
};
|
|
|
|
#endif // SKATEBOARD_H
|