Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 1, 2011, 5:16:52 AM (14 years ago)
Author:
rgrieder
Message:

Reverted last commit (forgot to tick "Switch working copy to new branch"…)

Location:
code/branches/usability
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/usability

  • code/branches/usability/src/orxonox/sound/SoundManager.h

    r8005 r8006  
    2222 *   Author:
    2323 *       Erwin 'vaiursch' Herrsche
    24  *       
    25  *   Co-authors:
    2624 *       Kevin Young
    2725 *       Reto Grieder
     26 *   Co-authors:
     27 *      ...
    2828 */
    2929
     
    3131#define _SoundManager_H__
    3232
    33 #include "sound/SoundPrereqs.h"
     33#include "OrxonoxPrereqs.h"
    3434
    3535#include <list>
     
    9999        void releaseSoundSource(ALuint source);
    100100
     101        static std::string getALErrorString(ALenum error);
     102
    101103    private:
    102104        void processCrossFading(float dt);
Note: See TracChangeset for help on using the changeset viewer.