diff options
author | bloodstalker <thabogre@gmail.com> | 2018-06-19 12:22:05 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-06-19 12:22:05 +0000 |
commit | 60a541bddd4f4de212c406ba5fabdd7ad1778fb6 (patch) | |
tree | 5abf7afffa9256dddd6b2ac7d5a0d6292621e60d /bruiser/luatablegen/W_Function_Section_tablegen.h | |
parent | fix (diff) | |
download | mutator-60a541bddd4f4de212c406ba5fabdd7ad1778fb6.tar.gz mutator-60a541bddd4f4de212c406ba5fabdd7ad1778fb6.zip |
fixes #43. the auto-gen source files by luatablegen dont look like source files instead of headers. luatablegen also generates an excuse of a doc for all the table methods.
Diffstat (limited to 'bruiser/luatablegen/W_Function_Section_tablegen.h')
-rw-r--r-- | bruiser/luatablegen/W_Function_Section_tablegen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bruiser/luatablegen/W_Function_Section_tablegen.h b/bruiser/luatablegen/W_Function_Section_tablegen.h index bd53df6..328e2c3 100644 --- a/bruiser/luatablegen/W_Function_Section_tablegen.h +++ b/bruiser/luatablegen/W_Function_Section_tablegen.h @@ -5,6 +5,7 @@ #include "../lua-5.3.4/src/lualib.h" #include <inttypes.h> #include <stdbool.h> + #ifndef _W_Function_Section_H #define _W_Function_Section_H #ifdef __cplusplus |