source:
orxonox.OLD/orxonox/trunk/src/defs/alincl.h
@
4680
Last change on this file since 4680 was 4504, checked in by bensch, 19 years ago | |
---|---|
File size: 343 bytes |
Rev | Line | |
---|---|---|
[3434] | 1 | /*! |
[4196] | 2 | \file alincl.h |
3 | \brief This file includes al Headers. | |
[3434] | 4 | |
[4196] | 5 | no Class is defined here, but the openAL Headers |
[3434] | 6 | */ |
7 | ||
[4196] | 8 | #ifndef _ALINCL_H |
9 | #define _ALINCL_H | |
[3434] | 10 | |
11 | #ifndef __APPLE__ | |
[4196] | 12 | #include <AL/al.h> |
13 | #include <AL/alu.h> | |
14 | #include <AL/alut.h> | |
[3434] | 15 | #else |
[4196] | 16 | #include <OpenAL/al.h> |
17 | #include <OpenAL/alu.h> | |
18 | #include <OpenAL/alut.h> | |
[3434] | 19 | #endif |
20 | ||
[4196] | 21 | #endif /* _ALINCL_H */ |
Note: See TracBrowser
for help on using the repository browser.