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