SoundLoader interface. More...
#include <NEngine/SoundLoader.h>
Public Member Functions | |
virtual Sound * | loadSoundFromFile (const std::string &fileName)=0 |
load a Sound from a file |
SoundLoader interface.
The SoundLoader class gives an interface to implement new platform specific Sound loading functions.
Sound * NE::SoundLoader::loadSoundFromFile | ( | const std::string & | fileName | ) | [pure virtual] |