aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2007-12-17 17:55:27 -0800
committerChris Robinson <[email protected]>2007-12-17 17:55:27 -0800
commit7086f5f84cdb6cb7895847e8b05dfa432b55db7a (patch)
treea7423931288c041580de3a946b4e62653d77cdf4 /OpenAL32/Include
parent670487b4dde9ebbf708b0b8ee112f3c482c865bb (diff)
Add new listener property definition
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alListener.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alListener.h b/OpenAL32/Include/alListener.h
index 2075e612..587b2151 100644
--- a/OpenAL32/Include/alListener.h
+++ b/OpenAL32/Include/alListener.h
@@ -7,6 +7,8 @@
extern "C" {
#endif
+#define AL_METERS_PER_UNIT 0x20004
+
typedef struct ALlistener_struct
{
ALfloat Position[3];