xoreos  0.0.5
Namespaces | Functions | Variables
talkman.cpp File Reference

The global talk manager for Aurora strings. More...

#include "src/common/scopedptr.h"
#include "src/common/error.h"
#include "src/common/ustring.h"
#include "src/common/readstream.h"
#include "src/common/uuid.h"
#include "src/common/encoding.h"
#include "src/aurora/talkman.h"
#include "src/aurora/resman.h"
#include "src/aurora/talktable.h"
Include dependency graph for talkman.cpp:

Go to the source code of this file.

Namespaces

 Aurora
 

Functions

static TalkTable * Aurora::loadTable (const Common::UString &name, Common::Encoding encoding)
 
static void Aurora::loadTables (const Common::UString &nameM, const Common::UString &nameF, TalkTable *&tableM, TalkTable *&tableF, Common::Encoding encoding)
 

Variables

static const Common::UString Aurora::kEmptyString = ""
 

Detailed Description

The global talk manager for Aurora strings.

Definition in file talkman.cpp.