diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-11-22 21:25:34 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-11-22 21:25:34 -0500 |
commit | 05dd30a5158184fea83d93f53e8100aecaebb74a (patch) | |
tree | 9bf7a49b1aeb7d9b41d0c2fffbddc7f91243bf32 /include/ui.hpp | |
parent | e51b9ee1e0f9b8aeef98b8875f66260db0e7b502 (diff) |
Scaling textures (start)
Diffstat (limited to 'include/ui.hpp')
-rw-r--r-- | include/ui.hpp | 5 |
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 |