diff options
author | Tycho Bickerstaff <work.tycho@gmail.com> | 2013-12-19 00:14:31 +0100 |
---|---|---|
committer | Tycho Bickerstaff <work.tycho@gmail.com> | 2013-12-19 00:14:31 +0100 |
commit | 1149ab216c3b266af6fee4bd279862bf96c48933 (patch) | |
tree | 22a5a8c770b8b79cdf65ac5ed330299fc22158a6 /lib/tolua++/src/bin/toluabind.h | |
parent | bindings regenration logic (diff) | |
download | cuberite-1149ab216c3b266af6fee4bd279862bf96c48933.tar cuberite-1149ab216c3b266af6fee4bd279862bf96c48933.tar.gz cuberite-1149ab216c3b266af6fee4bd279862bf96c48933.tar.bz2 cuberite-1149ab216c3b266af6fee4bd279862bf96c48933.tar.lz cuberite-1149ab216c3b266af6fee4bd279862bf96c48933.tar.xz cuberite-1149ab216c3b266af6fee4bd279862bf96c48933.tar.zst cuberite-1149ab216c3b266af6fee4bd279862bf96c48933.zip |
Diffstat (limited to '')
-rw-r--r-- | lib/tolua++/src/bin/toluabind.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/tolua++/src/bin/toluabind.h b/lib/tolua++/src/bin/toluabind.h new file mode 100644 index 000000000..7f1f018c9 --- /dev/null +++ b/lib/tolua++/src/bin/toluabind.h @@ -0,0 +1,8 @@ +/* +** Lua binding: tolua +** Generated automatically by tolua++-1.0.92 on Sun Feb 15 22:29:48 2009. +*/ + +/* Exported function */ +TOLUA_API int tolua_tolua_open (lua_State* tolua_S); + |