mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
15 lines
291 B
C++
15 lines
291 B
C++
#ifndef ISLEACTOR_H
|
|
#define ISLEACTOR_H
|
|
|
|
#include "legoentity.h"
|
|
|
|
class IsleActor : public LegoEntity
|
|
{
|
|
virtual const char* GetClassName() const; // vtable+0xc
|
|
virtual MxBool IsClass(const char *name) const; // vtable+0x10
|
|
|
|
// VTABLE 0x100d5178
|
|
};
|
|
|
|
#endif // ISLEACTOR_H
|