diff options
| author | Steven Fuller <relnev@icculus.org> | 2002-01-09 23:07:34 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | 08545b98c621ca2303108db79154046f360451eb (patch) | |
| tree | 9ee7ddc53dcab94f35d962787b7ab7c2dd295041 /src/openal.h | |
| parent | 6fc3502f4b14932dc607c6bafcdc2d0ada30ba94 (diff) | |
Cleanups (Tim Beckmann)
Diffstat (limited to 'src/openal.h')
| -rw-r--r-- | src/openal.h | 6 |
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 |
