Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/openAL/src/defs/alincl.h @ 4196

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

orxonox/branches/openAL: implemented some basic Functions

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.