summaryrefslogtreecommitdiff
path: root/engine/xe_sound_device.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'engine/xe_sound_device.hpp')
-rw-r--r--engine/xe_sound_device.hpp25
1 files changed, 0 insertions, 25 deletions
diff --git a/engine/xe_sound_device.hpp b/engine/xe_sound_device.hpp
deleted file mode 100644
index a6a034e..0000000
--- a/engine/xe_sound_device.hpp
+++ /dev/null
@@ -1,25 +0,0 @@
-#pragma once
-
-#include <AL/alc.h>
-#include <AL/alext.h>
-#include <AL/al.h>
-
-namespace xe {
-
-class XeSoundDevice {
-
- public:
-
- XeSoundDevice();
- ~XeSoundDevice();
-
- private:
-
- void listAudioDevices(const ALCchar* devices);
-
- ALCdevice* device;
- ALCcontext* context;
-
-};
-
-} \ No newline at end of file