diff options
Diffstat (limited to 'src/screenshot.h')
-rw-r--r-- | src/screenshot.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/screenshot.h b/src/screenshot.h index 81b97f9ad..2ceac4486 100644 --- a/src/screenshot.h +++ b/src/screenshot.h @@ -19,15 +19,12 @@ void SetScreenshotFormat(int i); /** Type of requested screenshot */ enum ScreenshotType { - SC_NONE, ///< No screenshot requested SC_VIEWPORT, ///< Screenshot of viewport SC_RAW, ///< Raw screenshot from blitter buffer SC_WORLD, ///< World screenshot }; -bool MakeScreenshot(); -void RequestScreenshot(ScreenshotType t, const char *name); -bool IsScreenshotRequested(); +bool MakeScreenshot(ScreenshotType t, const char *name); extern char _screenshot_format_name[8]; extern uint _num_screenshot_formats; |