Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio/audio.h')
-rw-r--r--src/audio/audio.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/audio/audio.h b/src/audio/audio.h
index 92b8786..bf97a4a 100644
--- a/src/audio/audio.h
+++ b/src/audio/audio.h
@@ -7,6 +7,13 @@
#ifndef __INCLUDED_AUDIO_AUDIO_H__
#define __INCLUDED_AUDIO_AUDIO_H__
+#ifdef _WIN32
+#include <windows.h>
+#endif
+
+#include "AL/al.h"
+#include "AL/alc.h"
+
/// functions to handle audio
namespace audio
{