mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 12:11:15 +00:00
19 lines
400 B
C++
19 lines
400 B
C++
#ifndef LEGOCONTROLMANAGER_H
|
|
#define LEGOCONTROLMANAGER_H
|
|
|
|
#include "mxcore.h"
|
|
|
|
class LegoControlManager : public MxCore
|
|
{
|
|
public:
|
|
virtual ~LegoControlManager(); // vtable+0x0
|
|
|
|
virtual long Tickle(); // vtable+0x8
|
|
virtual const char* GetClassName() const; // vtable+0xc
|
|
virtual MxBool IsClass(const char *name) const; // vtable+0x10
|
|
|
|
// VTABLE 0x100d6a80
|
|
};
|
|
|
|
#endif // LEGOCONTROLMANAGER_H
|