0ad/source/ps/Util.h
prefect 04650efe7a Lots of gcc -Wall fixes. The common ones:
- switch() statements don't handle all values in an enum
- missing \n at end of file
- non-virtual destructors in classes containing virtual functions
- order of initializers in constructor initializer lists
... some other stuff (signedness, nested comments, unused variables) as
well.

This was SVN commit r2864.
2005-10-07 15:24:29 +00:00

6 lines
134 B
C

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