mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-19 07:00:52 +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 --------------------------------------------------------------------
|
// CODE --------------------------------------------------------------------
|
||||||
|
|
||||||
|
//==========================================================================
|
||||||
|
//
|
||||||
|
// IJoystickConfig - Virtual Destructor
|
||||||
|
//
|
||||||
|
//==========================================================================
|
||||||
|
|
||||||
|
IJoystickConfig::~IJoystickConfig()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
//==========================================================================
|
//==========================================================================
|
||||||
//
|
//
|
||||||
// M_SetJoystickConfigSection
|
// M_SetJoystickConfigSection
|
||||||
|
|
Loading…
Reference in a new issue