mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge commit godotengine/godot@5b52b4b5c4
This commit is contained in:
@@ -34,16 +34,16 @@
|
||||
#define OS_MACOS_H
|
||||
|
||||
#include "crash_handler_macos.h"
|
||||
#import "joypad_macos.h"
|
||||
|
||||
#include "core/input/input.h"
|
||||
#import "drivers/apple/joypad_apple.h"
|
||||
#import "drivers/coreaudio/audio_driver_coreaudio.h"
|
||||
#import "drivers/coremidi/midi_driver_coremidi.h"
|
||||
#include "drivers/unix/os_unix.h"
|
||||
#include "servers/audio_server.h"
|
||||
|
||||
class OS_MacOS : public OS_Unix {
|
||||
JoypadMacOS *joypad_macos = nullptr;
|
||||
JoypadApple *joypad_apple = nullptr;
|
||||
|
||||
#ifdef COREAUDIO_ENABLED
|
||||
AudioDriverCoreAudio audio_driver;
|
||||
|
||||
Reference in New Issue
Block a user