Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/screenshot.h')
-rw-r--r--src/render/screenshot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/screenshot.h b/src/render/screenshot.h
index 5c0e22c..2c6568c 100644
--- a/src/render/screenshot.h
+++ b/src/render/screenshot.h
@@ -16,6 +16,7 @@ class Screenshot
{
public:
static void save();
+ static void savegameshot(const std::string & filename);
static core::Cvar *screenshotformat;
static core::Cvar *screenshotquality;