(svn r17938) -Feature: non-automatic screenshot name can be entered in console

This commit is contained in:
smatz
2009-11-01 18:15:35 +00:00
parent be446d6f54
commit 090c762921
4 changed files with 38 additions and 22 deletions

View File

@@ -24,7 +24,7 @@ enum ScreenshotType {
};
bool MakeScreenshot();
void SetScreenshotType(ScreenshotType t);
void RequestScreenshot(ScreenshotType t, const char *name);
bool IsScreenshotRequested();
extern char _screenshot_format_name[8];