diff options
author | bloodstalker <thabogre@gmail.com> | 2018-09-16 17:47:36 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-09-16 17:47:36 +0000 |
commit | 46e361aa3c52368d09f41028e1359d58fba80aee (patch) | |
tree | 2063762651987457280282fdd98b267edaa200d1 /bruiser/luatablegen/W_Element_Section_tablegen.h | |
parent | [skip ci] (diff) | |
download | mutator-46e361aa3c52368d09f41028e1359d58fba80aee.tar.gz mutator-46e361aa3c52368d09f41028e1359d58fba80aee.zip |
[skip ci]
Diffstat (limited to '')
-rw-r--r-- | bruiser/luatablegen/W_Element_Section_tablegen.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/bruiser/luatablegen/W_Element_Section_tablegen.h b/bruiser/luatablegen/W_Element_Section_tablegen.h deleted file mode 100644 index 9123bb8..0000000 --- a/bruiser/luatablegen/W_Element_Section_tablegen.h +++ /dev/null @@ -1,33 +0,0 @@ - -// 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 <inttypes.h> -#include <stdbool.h> - -#ifndef _W_Element_Section_H -#define _W_Element_Section_H -#ifdef __cplusplus -extern "C" { -#endif - -#include "../wasm.h" - -static W_Element_Section* convert_W_Element_Section (lua_State* __ls, int index); -static W_Element_Section* check_W_Element_Section(lua_State* __ls, int index); -W_Element_Section* push_W_Element_Section(lua_State* __ls); -int W_Element_Section_push_args(lua_State* __ls, W_Element_Section* _st); -int new_W_Element_Section(lua_State* __ls); -static int getter_W_Element_Section_count(lua_State* __ls); -static int getter_W_Element_Section_entries(lua_State* __ls); -static int setter_W_Element_Section_count(lua_State* __ls); -static int setter_W_Element_Section_entries(lua_State* __ls); -int W_Element_Section_register(lua_State* __ls); - -#ifdef __cplusplus -} -#endif //end of extern c -#endif //end of inclusion guard - - |