Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

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

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