|
Pyrogenesis
13997
|
#include "precompiled.h"#include <cstdio>#include "Pyrogenesis.h"#include "lib/sysdep/sysdep.h"#include "lib/svn_revision.h"Go to the source code of this file.
Functions | |
| const wchar_t * | psTranslate (const wchar_t *text) |
| void | psTranslateFree (const wchar_t *text) |
| static void | AppendAsciiFile (FILE *out, const OsPath &pathname) |
| void | psBundleLogs (FILE *f) |
| void | psSetLogDir (const OsPath &newLogDir) |
| const OsPath & | psLogDir () |
Variables | |
| static const wchar_t * | translate_no_mem = L"(no mem)" |
| static OsPath | logDir |
|
static |
Definition at line 48 of file Pyrogenesis.cpp.
| void psBundleLogs | ( | FILE * | f | ) |
Definition at line 73 of file Pyrogenesis.cpp.
| const OsPath& psLogDir | ( | ) |
Definition at line 96 of file Pyrogenesis.cpp.
| void psSetLogDir | ( | const OsPath & | newLogDir | ) |
Definition at line 91 of file Pyrogenesis.cpp.
Definition at line 30 of file Pyrogenesis.cpp.
| void psTranslateFree | ( | const wchar_t * | text | ) |
Definition at line 39 of file Pyrogenesis.cpp.
|
static |
Definition at line 89 of file Pyrogenesis.cpp.
|
static |
Definition at line 27 of file Pyrogenesis.cpp.
1.8.5