#include <SoundBufferFactory.h>
Static Public Member Functions | |
| static SoundBuffer * | createBuffer (const char *fileName) |
Private Member Functions | |
| SoundBufferFactory () | |
| virtual | ~SoundBufferFactory () |
Definition at line 26 of file SoundBufferFactory.h.
| SoundBufferFactory::SoundBufferFactory | ( | ) | [private] |
| virtual SoundBufferFactory::~SoundBufferFactory | ( | ) | [private, virtual] |
| SoundBuffer * SoundBufferFactory::createBuffer | ( | const char * | fileName | ) | [static] |
Definition at line 28 of file SoundBufferFactory.cpp.
References S3D::dialogExit(), S3D::formatStringBuffer(), Sound::instance(), LangStringUtil::strcmp(), and LangStringUtil::strlen().
Referenced by Sound::createBuffer().
1.5.3