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.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/render/screenshot.h b/src/render/screenshot.h
index 8b9269a..4be57fa 100644
--- a/src/render/screenshot.h
+++ b/src/render/screenshot.h
@@ -1,7 +1,7 @@
/*
render/screenshot.h
- This file is part of the Osirion project and is distributed under
- the terms of the GNU General Public License version 2
+ This file is part of the Osirion project and is distributed under
+ the terms of the GNU General Public License version 2
*/
#ifndef __INCLUDED_RENDER_SCREENSHOT_H__
@@ -9,9 +9,11 @@
#include "core/cvar.h"
-namespace render {
+namespace render
+{
-class Screenshot {
+class Screenshot
+{
public:
static void save();
@@ -19,7 +21,7 @@ public:
static core::Cvar *screenshotquality;
private:
- static int number;
+ static int number;
};
} // namespace render