Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: merged the SoundEngine into the Trunk.
merged file by file, but merged all the files in favor of the new trunk

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