aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui.hpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-11-22 21:25:34 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-11-22 21:25:34 -0500
commit05dd30a5158184fea83d93f53e8100aecaebb74a (patch)
tree9bf7a49b1aeb7d9b41d0c2fffbddc7f91243bf32 /include/ui.hpp
parente51b9ee1e0f9b8aeef98b8875f66260db0e7b502 (diff)
Scaling textures (start)
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