aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/openal/al.h
diff options
context:
space:
mode:
Diffstat (limited to 'make/stub_includes/openal/al.h')
-rw-r--r--make/stub_includes/openal/al.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/make/stub_includes/openal/al.h b/make/stub_includes/openal/al.h
index 413b383..bc84517 100644
--- a/make/stub_includes/openal/al.h
+++ b/make/stub_includes/openal/al.h
@@ -1,6 +1,12 @@
#ifndef AL_AL_H
#define AL_AL_H
+// joal: define prototypes, and disable ext_foldback (requires custom callback code)
+#define AL_ALEXT_PROTOTYPES
+#define AL_EXT_FOLDBACK
+#include "al-types.h"
+#include "alc-types.h"
+
#if defined(__cplusplus)
extern "C" {
#endif