mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 02:34:09 +00:00
cMusicManager
This commit is contained in:
parent
f1863676bb
commit
a3e5ccde47
10 changed files with 1024 additions and 322 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue