Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 27, 2009, 3:30:34 PM (15 years ago)
Author:
erwin
Message:

Sound: implemented sample file loading via alut

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/sound/src/sound/SoundBase.h

    r2931 r2932  
    2929#define _SOUNDBASE_H__
    3030
    31 #include <al.h>
     31#include <AL/al.h>
     32#include <AL/alut.h>
    3233#include <string>
    3334
     
    5758        bool isStopped();
    5859
    59         virtual void loadFile(std::string filename) = 0;
     60        bool loadFile(std::string filename);
    6061
    6162    private:
Note: See TracChangeset for help on using the changeset viewer.