Pyrogenesis  trunk
Functions
Util.h File Reference
#include "lib/os_path.h"
#include "lib/file/vfs/vfs_path.h"
Include dependency graph for Util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void WriteSystemInfo ()
 
const wchar_tErrorString (int err)
 
OsPath createDateIndexSubdirectory (const OsPath &parentDir)
 Return an unused directory, based on date and index (for example 2016-02-09_0001) More...
 
void WriteScreenshot (const VfsPath &extension)
 
void WriteBigScreenshot (const VfsPath &extension, int tiles)
 
Status tex_write (Tex *t, const VfsPath &filename)
 
std::string Hexify (const std::string &s)
 

Function Documentation

OsPath createDateIndexSubdirectory ( const OsPath parentDir)

Return an unused directory, based on date and index (for example 2016-02-09_0001)

const wchar_t* ErrorString ( int  err)
std::string Hexify ( const std::string &  s)
Status tex_write ( Tex t,
const VfsPath filename 
)
void WriteBigScreenshot ( const VfsPath extension,
int  tiles 
)
void WriteScreenshot ( const VfsPath extension)
void WriteSystemInfo ( )