xoreos
0.0.5
|
Handling BioWare's TLK talk tables. More...
#include <cassert>
#include "src/common/util.h"
#include "src/common/strutil.h"
#include "src/common/memreadstream.h"
#include "src/common/readfile.h"
#include "src/common/error.h"
#include "src/aurora/talktable_tlk.h"
#include "src/aurora/language.h"
Go to the source code of this file.
Namespaces | |
Aurora | |
Variables | |
static const uint32 | kTLKID = MKTAG('T', 'L', 'K', ' ') |
static const uint32 | kVersion3 = MKTAG('V', '3', '.', '0') |
static const uint32 | kVersion4 = MKTAG('V', '4', '.', '0') |
static const Common::UString | Aurora::kEmptyString = "" |
Handling BioWare's TLK talk tables.
Definition in file talktable_tlk.cpp.
Definition at line 40 of file talktable_tlk.cpp.
Referenced by Aurora::TalkTable_TLK::getLanguageID(), and Aurora::TalkTable_TLK::load().
Definition at line 41 of file talktable_tlk.cpp.
Referenced by Aurora::TalkTable_TLK::getLanguageID(), and Aurora::TalkTable_TLK::load().
Definition at line 42 of file talktable_tlk.cpp.
Referenced by Aurora::TalkTable_TLK::getLanguageID(), and Aurora::TalkTable_TLK::load().