Changes between Version 4 and Version 5 of code/libs/OpenAL
- Timestamp:
- Nov 29, 2007, 1:57:16 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/libs/OpenAL
v4 v5 26 26 }}} 27 27 28 This will copy the includes and create the shared and linked versions of the libs (and also pkg.copnfig) 29 30 For using OpenAL and ALUT, you need to 31 #include <al.h>[[BR]] 32 #include <alc.h>[[BR]] 33 #include <alut.h>[[BR]] 34 35 and link against at 36 libopenal[[BR]] 37 libalut[[BR]] 38 28 39 == Links == 29 40 [http://www.devmaster.net/articles.php?catID=6 OpenAL Tutorial][[BR]]