From 1d677927e73e2d66591738777f6a1559527dbab2 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Tue, 31 Jul 2018 16:42:13 -0400 Subject: Added an editbox Added bindings to Irrlicht's EditBox gui element. --- src/shared/lua_api/common.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/lua_api/common.hpp') diff --git a/src/shared/lua_api/common.hpp b/src/shared/lua_api/common.hpp index 66da29a..afc9ff9 100644 --- a/src/shared/lua_api/common.hpp +++ b/src/shared/lua_api/common.hpp @@ -7,6 +7,7 @@ extern "C" { void loadLLibs(lua_State*); +int pushvector4i(lua_State*,long,long,long,long); int pushvector3i(lua_State*,long,long,long); int pushvector3d(lua_State*,double,double,double); int pushvector2i(lua_State*,long,long); -- cgit v1.2.3-70-g09d2