mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
16 lines
200 B
C
16 lines
200 B
C
|
#ifndef SKATEBOARD_H
|
||
|
#define SKATEBOARD_H
|
||
|
|
||
|
#include "islepathactor.h"
|
||
|
|
||
|
// VTABLE 0x100d55f0
|
||
|
// SIZE 0x168
|
||
|
class SkateBoard : public IslePathActor
|
||
|
{
|
||
|
public:
|
||
|
SkateBoard();
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif // SKATEBOARD_H
|