summaryrefslogtreecommitdiff
path: root/Lib/lua/luaruntime.swg
diff options
context:
space:
mode:
authorArtem Serebriyskiy <v.for.vandal@gmail.com>2013-11-05 16:37:58 +0400
committerArtem Serebriyskiy <v.for.vandal@gmail.com>2014-02-19 13:34:48 +0400
commit63a26c6dbe0f1ae722219fb6f035ce305bf34075 (patch)
treef8bf83425d91220c97d57e61f2fe0853fe4ca9e0 /Lib/lua/luaruntime.swg
parent577f20c9904c5e25a1be57ec38fbe9163d7a314d (diff)
downloadswig-63a26c6dbe0f1ae722219fb6f035ce305bf34075.tar.gz
More changes. Mostly to the would-be class library
Diffstat (limited to 'Lib/lua/luaruntime.swg')
-rw-r--r--Lib/lua/luaruntime.swg2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/lua/luaruntime.swg b/Lib/lua/luaruntime.swg
index 0011c9d52..f510a0832 100644
--- a/Lib/lua/luaruntime.swg
+++ b/Lib/lua/luaruntime.swg
@@ -40,6 +40,8 @@ SWIGEXPORT int SWIG_init(lua_State* L) /* default Lua action */
/* add a global fn */
SWIG_Lua_add_function(L,"swig_type",SWIG_Lua_type);
SWIG_Lua_add_function(L,"swig_equals",SWIG_Lua_equal);
+ SWIG_Lua_add_function(L,"swig_new_class",SWIG_Lua_new_class);
+ SWIG_Lua_add_function(L,"swig_metaclass",SWIG_Lua_get_class_metaclass);
#endif
#if (SWIG_LUA_TARGET != SWIG_LUA_FLAVOR_ELUAC)