mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-02 21:21:16 +00:00
add missing include
This commit is contained in:
parent
e7354ab8b0
commit
25076251f4
@ -20,7 +20,10 @@ class LegoInputManager
|
|||||||
__declspec(dllexport) void Register(MxCore *);
|
__declspec(dllexport) void Register(MxCore *);
|
||||||
__declspec(dllexport) void UnRegister(MxCore *);
|
__declspec(dllexport) void UnRegister(MxCore *);
|
||||||
|
|
||||||
int m_unk00[0x400];
|
char m_pad00[0x19C];
|
||||||
|
int m_joystickIndex;
|
||||||
|
char m_pad200[0x194];
|
||||||
|
MxBool m_useJoystick;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOINPUTMANAGER_H
|
#endif // LEGOINPUTMANAGER_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user