add missing include

This commit is contained in:
Christian Semmler 2023-06-22 18:27:57 +02:00
parent e7354ab8b0
commit 25076251f4
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -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