aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui.hpp')
-rw-r--r--include/ui.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ui.hpp b/include/ui.hpp
index 5863cf0..85c5997 100644
--- a/include/ui.hpp
+++ b/include/ui.hpp
@@ -23,7 +23,7 @@
#include <config.hpp>
//#include <inventory.hpp>
#include <ui_menu.hpp>
-//#include <ui_action.hpp>
+#include <events.hpp>
// local library headers
#include <SDL2/SDL_opengl.h>
@@ -160,7 +160,7 @@ namespace ui {
/*
* Takes a screenshot of the game
*/
-
+
void takeScreenshot(GLubyte *pixels);
}