summaryrefslogtreecommitdiff
path: root/engine/xe_sound.hpp
diff options
context:
space:
mode:
authortylermurphy534 <tylermurphy534@gmail.com>2022-09-25 12:13:07 -0400
committertylermurphy534 <tylermurphy534@gmail.com>2022-09-25 12:13:07 -0400
commitffd2d8220d57587da9a73183f9aa1bdaff303f3f (patch)
tree32202311cfb74c2a2d522b7192480bed87b1cab8 /engine/xe_sound.hpp
parentvertex data no longer hard coded (diff)
parentdelete unused folder (diff)
downloadminecraftvulkan-ffd2d8220d57587da9a73183f9aa1bdaff303f3f.tar.gz
minecraftvulkan-ffd2d8220d57587da9a73183f9aa1bdaff303f3f.tar.bz2
minecraftvulkan-ffd2d8220d57587da9a73183f9aa1bdaff303f3f.zip
merge in input
Diffstat (limited to 'engine/xe_sound.hpp')
-rw-r--r--engine/xe_sound.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/xe_sound.hpp b/engine/xe_sound.hpp
index 4b14589..a891ea3 100644
--- a/engine/xe_sound.hpp
+++ b/engine/xe_sound.hpp
@@ -4,6 +4,9 @@
#include <AL/alc.h>
#include <AL/alut.h>
#include <string>
+#include <vector>
+#include <stdexcept>
+#include <iostream>
#define GLM_FORCE_RADIANS
#define GLM_FORCE_DEPTH_ZERO_TO_ONE