summaryrefslogtreecommitdiff
path: root/platform/osx/os_osx.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-10-29 21:25:46 +0100
committerGitHub <noreply@github.com>2018-10-29 21:25:46 +0100
commit4d9b8a98ba1bdd2bc7d80f4ab61061c07298fd15 (patch)
tree30800f17fcf1f229ce46a743320b5eb18177ba87 /platform/osx/os_osx.h
parente647342140d8eb960b2a72d83b4b86e43aef4fc7 (diff)
parentfe93bb03fec293e3ef38c9b01dc0b10c857c1d21 (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.h4
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;