mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 19:51:16 +00: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
|