cMusicManager

This commit is contained in:
Sergeanur 2020-02-06 19:35:24 +02:00
parent f1863676bb
commit a3e5ccde47
10 changed files with 1024 additions and 322 deletions

View file

@ -116,6 +116,8 @@ public:
#ifdef __DINPUT_INCLUDED__
DIJOYSTATE2 m_OldState;
DIJOYSTATE2 m_NewState;
#else
uint8 ___padd[0x110 * 2];
#endif
wchar m_aActionNames[MAX_CONTROLLERACTIONS][ACTIONNAME_LENGTH];
bool m_aButtonStates[MAX_BUTTONS];