(svn r17937) -Codechange: rename current_screenshot_type to _screenshot_type

This commit is contained in:
smatz
2009-11-01 18:08:58 +00:00
parent b577595d12
commit be446d6f54
3 changed files with 8 additions and 8 deletions

View File

@@ -30,5 +30,6 @@ bool IsScreenshotRequested();
extern char _screenshot_format_name[8];
extern uint _num_screenshot_formats;
extern uint _cur_screenshot_format;
extern char _screenshot_name[];
#endif /* SCREENSHOT_H */