From 05dd30a5158184fea83d93f53e8100aecaebb74a Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Tue, 22 Nov 2016 21:25:34 -0500 Subject: Scaling textures (start) --- include/ui.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/ui.hpp') 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 -- cgit v1.2.3