diff options
Diffstat (limited to '')
-rw-r--r-- | src/Bindings.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Bindings.h b/src/Bindings.h new file mode 100644 index 000000000..d141484db --- /dev/null +++ b/src/Bindings.h @@ -0,0 +1,8 @@ +/* +** Lua binding: AllToLua +** Generated automatically by tolua++-1.0.92 on 11/26/13 22:11:11. +*/ + +/* Exported function */ +TOLUA_API int tolua_AllToLua_open (lua_State* tolua_S); + |