mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 11:41:15 +00:00
20 lines
405 B
C++
20 lines
405 B
C++
#ifndef ISLEPATHACTOR_H
|
|
#define ISLEPATHACTOR_H
|
|
|
|
#include "legopathactor.h"
|
|
|
|
#define undefined char
|
|
|
|
class IslePathActor : public LegoPathActor
|
|
{
|
|
public:
|
|
IslePathActor();
|
|
|
|
virtual void FUN_1001b5b0(undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, void*, char); // vtable+0xec
|
|
|
|
// VTABLE 0x100d4398
|
|
// SIZE >= 0x230
|
|
};
|
|
|
|
#endif // ISLEPATHACTOR_H
|