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 a48213d..3d4894f 100644
--- a/src/client/callbackhandeler.hpp
+++ b/src/client/callbackhandeler.hpp
@@ -13,7 +13,7 @@ using namespace gui;
//void registerguicallback(IGUIElement* element, EGUI_EVENT_TYPE event, bool (*func)(irr::SEvent));
-void registerguielement(lua_State* L);
+void registerguielement(lua_State* L, gui::EGUI_EVENT_TYPE et, const char* funcname);
class GlobalEventReceiver : public irr::IEventReceiver{
public: