mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
LegoInputManager subclasses MxPresenter
This commit is contained in:
parent
eb725560d5
commit
8068a1afcc
@ -1,7 +1,7 @@
|
||||
#ifndef LEGOINPUTMANAGER_H
|
||||
#define LEGOINPUTMANAGER_H
|
||||
|
||||
#include "mxcore.h"
|
||||
#include "mxpresenter.h"
|
||||
|
||||
__declspec(dllexport) enum NotificationId
|
||||
{
|
||||
@ -15,7 +15,7 @@ __declspec(dllexport) enum NotificationId
|
||||
|
||||
// VTABLE 0x100d8760
|
||||
// SIZE 0x338
|
||||
class LegoInputManager
|
||||
class LegoInputManager : public MxPresenter
|
||||
{
|
||||
public:
|
||||
LegoInputManager();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user