Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4959 in orxonox.OLD for orxonox/trunk/src/defs


Ignore:
Timestamp:
Jul 27, 2005, 6:07:47 PM (19 years ago)
Author:
bensch
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/defs/alincl.h

    r4504 r4959  
    22  \file alincl.h
    33  \brief This file includes al Headers.
    4  
     4
    55  no Class is defined here, but the openAL Headers
    66*/
     
    1212#include <AL/al.h>
    1313#include <AL/alu.h>
     14#include <AL/alc.h>
    1415#include <AL/alut.h>
    1516#else
    1617#include <OpenAL/al.h>
     18#include <OpenAL/alc.h>
    1719#include <OpenAL/alu.h>
    1820#include <OpenAL/alut.h>
Note: See TracChangeset for help on using the changeset viewer.