userdata metatable is loaded smoothly

This commit is contained in:
Kayne Ruse
2015-03-27 20:42:36 +11:00
parent 29ccb982e6
commit 9a5c447d0c
3 changed files with 26 additions and 15 deletions
+1 -3
View File
@@ -24,8 +24,6 @@
#include "lua.hpp"
#define TORTUGA_USERDATA_NAME "userdata"
int userdataIndex(lua_State* L);
int createUserdataMetatable(lua_State* L);
#endif