Changes between Version 5 and Version 6 of code/libs/OpenAL
- Timestamp:
- Nov 29, 2007, 1:57:39 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/libs/OpenAL
v5 v6 29 29 30 30 For using OpenAL and ALUT, you need to 31 #include <al.h>[[BR]] 32 #include <alc.h>[[BR]] 33 #include <alut.h>[[BR]] 31 {{{ 32 #include <al.h> 33 #include <alc.h> 34 #include <alut.h> 35 }}} 34 36 35 and link against at 37 and link against at[[BR]] 36 38 libopenal[[BR]] 37 39 libalut[[BR]]