summaryrefslogtreecommitdiff
path: root/src/openal.h
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2002-01-09 23:07:34 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commit08545b98c621ca2303108db79154046f360451eb (patch)
tree9ee7ddc53dcab94f35d962787b7ab7c2dd295041 /src/openal.h
parent6fc3502f4b14932dc607c6bafcdc2d0ada30ba94 (diff)
Cleanups (Tim Beckmann)
Diffstat (limited to 'src/openal.h')
-rw-r--r--src/openal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/openal.h b/src/openal.h
new file mode 100644
index 0000000..a227c31
--- /dev/null
+++ b/src/openal.h
@@ -0,0 +1,6 @@
+#ifndef OPENAL_AVP_H
+#define OPENAL_AVP_H
+
+void UpdateSoundFrequencies();
+
+#endif