0ad/source/ps/Util.h
Ykkrosh 52a8793450 Atlas: Bits of tool-related code.
Game: Large screenshots (with ctrl+alt+F2).

This was SVN commit r2994.
2005-10-24 01:53:03 +00:00

7 lines
201 B
C

extern void WriteSystemInfo();
extern const wchar_t* ErrorString(int err);
extern void WriteScreenshot(const char* extension);
extern void WriteBigScreenshot(const char* extension, int tiles);