aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/luatablegen/W_Global_Entry_tablegen.h
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-06-10 01:55:52 +0000
committerbloodstalker <thabogre@gmail.com>2018-06-10 01:55:52 +0000
commitc0b9f25bebcecd1b5b42ce9248594f05f82b9fc0 (patch)
treec2b01bd58c150ce04771bd4da46b15d4411e217a /bruiser/luatablegen/W_Global_Entry_tablegen.h
parentthe codegen is working now. the generated codes will not be part of the repo ... (diff)
downloadmutator-c0b9f25bebcecd1b5b42ce9248594f05f82b9fc0.tar.gz
mutator-c0b9f25bebcecd1b5b42ce9248594f05f82b9fc0.zip
added the autogen files, should also fix travis
Diffstat (limited to '')
-rw-r--r--bruiser/luatablegen/W_Global_Entry_tablegen.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/bruiser/luatablegen/W_Global_Entry_tablegen.h b/bruiser/luatablegen/W_Global_Entry_tablegen.h
new file mode 100644
index 0000000..80a9afa
--- /dev/null
+++ b/bruiser/luatablegen/W_Global_Entry_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 <inttypes.h>
+#include <stdbool.h>
+#ifndef _W_Global_Entry_H
+#define _W_Global_Entry_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "../wasm.h"
+
+static W_Global_Entry* convert_W_Global_Entry (lua_State* __ls, int index);
+static W_Global_Entry* check_W_Global_Entry(lua_State* __ls, int index);
+W_Global_Entry* push_W_Global_Entry(lua_State* __ls);
+int W_Global_Entry_push_args(lua_State* __ls, W_Global_Entry* _st);
+int new_W_Global_Entry(lua_State* __ls);
+static int getter_W_Global_Entry_type(lua_State* __ls);
+static int getter_W_Global_Entry_init(lua_State* __ls);
+static int setter_W_Global_Entry_type(lua_State* __ls);
+static int setter_W_Global_Entry_init(lua_State* __ls);
+int W_Global_Entry_register(lua_State* __ls);
+
+#ifdef __cplusplus
+}
+#endif //end of extern c
+#endif //end of inclusion guard
+
+