forked from mirror/OpenTTD
(svn r20040) -Codechange: some coding style + using proper types
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user