Changeset 4959 in orxonox.OLD for orxonox/trunk/src/defs
- Timestamp:
- Jul 27, 2005, 6:07:47 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/defs/alincl.h
r4504 r4959 2 2 \file alincl.h 3 3 \brief This file includes al Headers. 4 4 5 5 no Class is defined here, but the openAL Headers 6 6 */ … … 12 12 #include <AL/al.h> 13 13 #include <AL/alu.h> 14 #include <AL/alc.h> 14 15 #include <AL/alut.h> 15 16 #else 16 17 #include <OpenAL/al.h> 18 #include <OpenAL/alc.h> 17 19 #include <OpenAL/alu.h> 18 20 #include <OpenAL/alut.h>
Note: See TracChangeset
for help on using the changeset viewer.