Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/defs/alincl.h @ 4959

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

orxonox/trunk: orxonox runs again (the TrackManager produces speed)

File size: 385 bytes
Line 
1/*!
2  \file alincl.h
3  \brief This file includes al Headers.
4
5  no Class is defined here, but the openAL Headers
6*/
7
8#ifndef _ALINCL_H
9#define _ALINCL_H
10
11#ifndef __APPLE__
12#include <AL/al.h>
13#include <AL/alu.h>
14#include <AL/alc.h>
15#include <AL/alut.h>
16#else
17#include <OpenAL/al.h>
18#include <OpenAL/alc.h>
19#include <OpenAL/alu.h>
20#include <OpenAL/alut.h>
21#endif
22
23#endif /* _ALINCL_H */
Note: See TracBrowser for help on using the repository browser.