(svn r20040) -Codechange: some coding style + using proper types

This commit is contained in:
rubidium
2010-06-30 22:17:53 +00:00
parent 939145c50b
commit 7062bb0bd7
2 changed files with 6 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
void InitializeScreenshotFormats();
const char *GetScreenshotFormatDesc(int i);
void SetScreenshotFormat(int i);
void SetScreenshotFormat(uint i);
/** Type of requested screenshot */
enum ScreenshotType {