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.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/callbackhandeler.hpp b/src/client/callbackhandeler.hpp
index 7bed591..a48213d 100644
--- a/src/client/callbackhandeler.hpp
+++ b/src/client/callbackhandeler.hpp
@@ -11,8 +11,9 @@ extern "C" {
using namespace irr;
using namespace gui;
-void registerguicallback(IGUIElement* element, EGUI_EVENT_TYPE event, bool (*func)(irr::SEvent));
+//void registerguicallback(IGUIElement* element, EGUI_EVENT_TYPE event, bool (*func)(irr::SEvent));
+void registerguielement(lua_State* L);
class GlobalEventReceiver : public irr::IEventReceiver{
public: