diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-10-29 21:25:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-29 21:25:46 +0100 |
commit | 4d9b8a98ba1bdd2bc7d80f4ab61061c07298fd15 (patch) | |
tree | 30800f17fcf1f229ce46a743320b5eb18177ba87 /platform/osx/os_osx.h | |
parent | e647342140d8eb960b2a72d83b4b86e43aef4fc7 (diff) | |
parent | fe93bb03fec293e3ef38c9b01dc0b10c857c1d21 (diff) |
Merge pull request #23279 from marcelofg55/osx_server
Server platform works on OS X too
Diffstat (limited to 'platform/osx/os_osx.h')
-rw-r--r-- | platform/osx/os_osx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/osx/os_osx.h b/platform/osx/os_osx.h index 6fd52f09d1..546c88e74a 100644 --- a/platform/osx/os_osx.h +++ b/platform/osx/os_osx.h @@ -74,8 +74,12 @@ public: IP_Unix *ip_unix; +#ifdef COREAUDIO_ENABLED AudioDriverCoreAudio audio_driver; +#endif +#ifdef COREMIDI_ENABLED MIDIDriverCoreMidi midi_driver; +#endif InputDefault *input; JoypadOSX *joypad_osx; |