mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-15 12:41:15 +00:00
17 lines
294 B
C++
17 lines
294 B
C++
#ifndef SKATEBOARD_H
|
|
#define SKATEBOARD_H
|
|
|
|
#include "islepathactor.h"
|
|
|
|
class SkateBoard : public IslePathActor
|
|
{
|
|
public:
|
|
SkateBoard();
|
|
|
|
virtual int __fastcall FUN_100100e0(int* param_1); // Return is undefined 4-byte value
|
|
|
|
// VTABLE 0x100d55f0
|
|
};
|
|
|
|
#endif // SKATEBOARD_H
|