xoreos
0.0.5
|
An ASCII XACT WaveBank, found in the non-Xbox versions of Jade Empire as _xwb.txt files. More...
#include <cassert>
#include "src/common/error.h"
#include "src/common/strutil.h"
#include "src/common/scopedptr.h"
#include "src/common/readstream.h"
#include "src/common/filepath.h"
#include "src/common/streamtokenizer.h"
#include "src/aurora/resman.h"
#include "src/sound/xactwavebank_ascii.h"
#include "src/sound/decoders/vorbis.h"
Go to the source code of this file.
Namespaces | |
Sound | |
Functions | |
static Common::UString | Sound::getFirst (Common::StreamTokenizer &tokenizer, Common::SeekableReadStream &stream) |
An ASCII XACT WaveBank, found in the non-Xbox versions of Jade Empire as _xwb.txt files.
Definition in file xactwavebank_ascii.cpp.