mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Adapt platforms to AudioServer refactoring
Fixes compilation on Windows and likely other platforms (at least as far as AudioServer changes were concerned), though they were not tested.
This commit is contained in:
parent
6a3dae5be9
commit
7b059965e8
34 changed files with 123 additions and 316 deletions
|
|
@ -29,8 +29,8 @@
|
|||
#ifndef AUDIO_DRIVER_JAVASCRIPT_H
|
||||
#define AUDIO_DRIVER_JAVASCRIPT_H
|
||||
|
||||
#include "servers/audio_server.h"
|
||||
|
||||
#include "servers/audio/audio_server_sw.h"
|
||||
#include "os/mutex.h"
|
||||
|
||||
class AudioDriverJavaScript : public AudioDriver {
|
||||
|
|
@ -43,7 +43,7 @@ public:
|
|||
virtual Error init();
|
||||
virtual void start();
|
||||
virtual int get_mix_rate() const ;
|
||||
virtual OutputFormat get_output_format() const;
|
||||
virtual SpeakerMode get_speaker_mode() const;
|
||||
virtual void lock();
|
||||
virtual void unlock();
|
||||
virtual void finish();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue