![]() |
Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include "precompiled.h"#include "ps/Util.h"#include "lib/allocators/shared_ptr.h"#include "lib/tex/tex.h"#include "ps/CLogger.h"#include "ps/Filesystem.h"#include "ps/Pyrogenesis.h"#include <iomanip>
Functions | |
| static const wchar_t * | HardcodedErrorString (int err) |
| const wchar_t * | ErrorString (int err) |
| CStr | GetStatusAsString (Status status) |
| Status | tex_write (Tex *t, const VfsPath &filename) |
| OsPath | createDateIndexSubdirectory (const OsPath &parentDir) |
| Return an unused directory, based on date and index (for example 2016-02-09_0001) More... | |
| std::string | Hexify (const std::string &s) |
| std::string | Hexify (const u8 *s, size_t length) |
Return an unused directory, based on date and index (for example 2016-02-09_0001)
| const wchar_t * ErrorString | ( | int | err | ) |
| CStr GetStatusAsString | ( | Status | status | ) |
|
static |
| std::string Hexify | ( | const std::string & | s | ) |
| std::string Hexify | ( | const u8 * | s, |
| size_t | length | ||
| ) |