source:
orxonox.OLD/branches/test/src/defs/alincl.h
@
10240
Last change on this file since 10240 was 6836, checked in by bensch, 19 years ago | |
---|---|
File size: 241 bytes |
Line | |
---|---|
1 | /*! |
2 | * This file includes openAL-Headers. |
3 | * @file alincl.h |
4 | */ |
5 | |
6 | #ifndef _ALINCL_H |
7 | #define _ALINCL_H |
8 | |
9 | #ifdef __APPLE__ |
10 | #include <OpenAL/al.h> |
11 | #include <OpenAL/alc.h> |
12 | #else |
13 | #include <AL/al.h> |
14 | #include <AL/alc.h> |
15 | #endif |
16 | |
17 | #endif /* _ALINCL_H */ |
Note: See TracBrowser
for help on using the repository browser.