Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/network/src/defs/alincl.h @ 6744

Last change on this file since 6744 was 5001, checked in by bensch, 19 years ago

orxonox/trunk: update-setRelDir works correctly now :)

File size: 287 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#include <OpenAL/alut.h>
13#else
14#include <AL/al.h>
15#include <AL/alc.h>
16#include <AL/alut.h>
17#endif
18
19#endif /* _ALINCL_H */
Note: See TracBrowser for help on using the repository browser.