Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 13, 2009, 5:03:51 PM (15 years ago)
Author:
rgrieder
Message:

Small changes and cleaned out RadarViewable which saves me probably more than a minute when recompiling…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/sound/SoundBase.cc

    r3139 r3157  
    2929#include "SoundBase.h"
    3030
     31#include <string>
    3132#include <vector>
    3233#include <AL/alut.h>
     
    181182    }
    182183
    183     ALuint SoundBase::loadOggFile(std::string filename)
     184    ALuint SoundBase::loadOggFile(const std::string& filename)
    184185    {
    185186        char inbuffer[4096];
Note: See TracChangeset for help on using the changeset viewer.