aboutsummaryrefslogtreecommitdiff
path: root/src/client/callbackhandeler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/callbackhandeler.hpp')
-rw-r--r--src/client/callbackhandeler.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/callbackhandeler.hpp b/src/client/callbackhandeler.hpp
index 31c04f8..7bed591 100644
--- a/src/client/callbackhandeler.hpp
+++ b/src/client/callbackhandeler.hpp
@@ -11,7 +11,7 @@ extern "C" {
using namespace irr;
using namespace gui;
-void registerguicallback(IGUIElement* element, EGUI_EVENT_TYPE event, void (*func)(irr::SEvent));
+void registerguicallback(IGUIElement* element, EGUI_EVENT_TYPE event, bool (*func)(irr::SEvent));
class GlobalEventReceiver : public irr::IEventReceiver{