From c0b9f25bebcecd1b5b42ce9248594f05f82b9fc0 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 10 Jun 2018 06:25:52 +0430 Subject: added the autogen files, should also fix travis --- bruiser/luatablegen/W_Global_Section_tablegen.h | 32 +++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 bruiser/luatablegen/W_Global_Section_tablegen.h (limited to 'bruiser/luatablegen/W_Global_Section_tablegen.h') diff --git a/bruiser/luatablegen/W_Global_Section_tablegen.h b/bruiser/luatablegen/W_Global_Section_tablegen.h new file mode 100644 index 0000000..c58ae62 --- /dev/null +++ b/bruiser/luatablegen/W_Global_Section_tablegen.h @@ -0,0 +1,32 @@ + +// automatically generated by luatablegen +#include "../lua-5.3.4/src/lua.h" +#include "../lua-5.3.4/src/lauxlib.h" +#include "../lua-5.3.4/src/lualib.h" +#include +#include +#ifndef _W_Global_Section_H +#define _W_Global_Section_H +#ifdef __cplusplus +extern "C" { +#endif + +#include "../wasm.h" + +static W_Global_Section* convert_W_Global_Section (lua_State* __ls, int index); +static W_Global_Section* check_W_Global_Section(lua_State* __ls, int index); +W_Global_Section* push_W_Global_Section(lua_State* __ls); +int W_Global_Section_push_args(lua_State* __ls, W_Global_Section* _st); +int new_W_Global_Section(lua_State* __ls); +static int getter_W_Global_Section_count(lua_State* __ls); +static int getter_W_Global_Section_globals(lua_State* __ls); +static int setter_W_Global_Section_count(lua_State* __ls); +static int setter_W_Global_Section_globals(lua_State* __ls); +int W_Global_Section_register(lua_State* __ls); + +#ifdef __cplusplus +} +#endif //end of extern c +#endif //end of inclusion guard + + -- cgit v1.2.3