TrinityCore
|
#include "G3D/TextOutput.h"
#include "G3D/Log.h"
#include "G3D/fileutils.h"
#include "G3D/FileSystem.h"
Namespaces | |
G3D | |
Functions | |
static std::string | G3D::escape (const std::string &string) |
void | G3D::serialize (const float &b, TextOutput &to) |
void | G3D::serialize (const bool &b, TextOutput &to) |
void | G3D::serialize (const int &b, TextOutput &to) |
void | G3D::serialize (const uint8 &b, TextOutput &to) |
void | G3D::serialize (const double &b, TextOutput &to) |