summaryrefslogtreecommitdiffstats
path: root/make/stub_includes/openal/eax.h
diff options
context:
space:
mode:
Diffstat (limited to 'make/stub_includes/openal/eax.h')
-rw-r--r--make/stub_includes/openal/eax.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/make/stub_includes/openal/eax.h b/make/stub_includes/openal/eax.h
deleted file mode 100644
index bf0d9b6..0000000
--- a/make/stub_includes/openal/eax.h
+++ /dev/null
@@ -1,32 +0,0 @@
-#ifndef _EAX_H
-#define _EAX_H
-
-#ifdef _WIN32
-#include "windows.h"
-#endif
-
-#include "al.h"
-
-#ifdef _WIN32
-DEFINE_GUID(DSPROPSETID_EAX20_ListenerProperties,
- 0x306a6a8,
- 0xb224,
- 0x11d2,
- 0x99, 0xe5, 0x0, 0x0, 0xe8, 0xd8, 0xc7, 0x22);
-
-DEFINE_GUID(DSPROPSETID_EAX20_BufferProperties,
- 0x306a6a7,
- 0xb224,
- 0x11d2,
- 0x99, 0xe5, 0x0, 0x0, 0xe8, 0xd8, 0xc7, 0x22);
-#endif
-
-#ifdef _WIN32
-typedef ALenum (*EAXSet)(const GUID*, ALuint, ALuint, ALvoid*, ALuint);
-typedef ALenum (*EAXGet)(const GUID*, ALuint, ALuint, ALvoid*, ALuint);
-
-extern EAXSet eaxSet;
-extern EAXGet eaxGet;
-#endif
-
-#endif /* _EAX_H */