mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 12:11:25 +00:00
- Fix what broke on Windows when making it compile on a Mac.
SVN r1781 (trunk)
This commit is contained in:
parent
33a397c04b
commit
9aa35cc1b7
1 changed files with 10 additions and 0 deletions
|
@ -38,6 +38,16 @@ static BYTE JoyAngleButtons[8] = { 1, 1+4, 4, 2+4, 2, 2+8, 8, 1+8 };
|
|||
|
||||
// CODE --------------------------------------------------------------------
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
// IJoystickConfig - Virtual Destructor
|
||||
//
|
||||
//==========================================================================
|
||||
|
||||
IJoystickConfig::~IJoystickConfig()
|
||||
{
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
// M_SetJoystickConfigSection
|
||||
|
|
Loading…
Reference in a new issue