aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui.hpp')
-rw-r--r--include/ui.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ui.hpp b/include/ui.hpp
index c7a69b6..64aa274 100644
--- a/include/ui.hpp
+++ b/include/ui.hpp
@@ -156,6 +156,11 @@ namespace ui {
void waitForCover(void);
void waitForUncover(void);
+ /*
+ * Takes a screenshot of the game
+ */
+
+ void takeScreenshot(GLubyte *pixels);
}
#endif // UI_H