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