xoreos  0.0.5
Namespaces | Functions
xactwavebank_ascii.cpp File Reference

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"
Include dependency graph for xactwavebank_ascii.cpp:

Go to the source code of this file.

Namespaces

 Sound
 

Functions

static Common::UString Sound::getFirst (Common::StreamTokenizer &tokenizer, Common::SeekableReadStream &stream)
 

Detailed Description

An ASCII XACT WaveBank, found in the non-Xbox versions of Jade Empire as _xwb.txt files.

Definition in file xactwavebank_ascii.cpp.