You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Bring that Whole New World to the Old Continent too
Applies the clang-format style to the 2.1 branch as done for master in
5dbf1809c6.
This commit is contained in:
@@ -29,28 +29,24 @@
|
||||
#ifndef AUDIO_DRIVER_JAVASCRIPT_H
|
||||
#define AUDIO_DRIVER_JAVASCRIPT_H
|
||||
|
||||
|
||||
#include "servers/audio/audio_server_sw.h"
|
||||
#include "os/mutex.h"
|
||||
#include "servers/audio/audio_server_sw.h"
|
||||
|
||||
class AudioDriverJavaScript : public AudioDriverSW {
|
||||
public:
|
||||
|
||||
void set_singleton();
|
||||
|
||||
virtual const char* get_name() const;
|
||||
virtual const char *get_name() const;
|
||||
|
||||
virtual Error init();
|
||||
virtual void start();
|
||||
virtual int get_mix_rate() const ;
|
||||
virtual int get_mix_rate() const;
|
||||
virtual OutputFormat get_output_format() const;
|
||||
virtual void lock();
|
||||
virtual void unlock();
|
||||
virtual void finish();
|
||||
|
||||
|
||||
AudioDriverJavaScript();
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user