summary refs log tree commit diff
path: root/src/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc.h')
-rw-r--r--src/misc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/misc.h b/src/misc.h
index b3a7f43..e3bef7d 100644
--- a/src/misc.h
+++ b/src/misc.h
@@ -1,8 +1,10 @@
 #ifndef BLACKSHADES_MISC_H
 #define BLACKSHADES_MISC_H
 
+#include <AL/al.h>
 #include <GL/gl.h>
 
+extern "C" ALuint loadSound(const char*);
 extern "C" GLuint loadTexture(const char*);
 
 #endif // BLACKSHADES_MISC_H