aboutsummaryrefslogtreecommitdiffstats
path: root/luatablegen.py
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-09-10 13:42:01 +0000
committerbloodstalker <thabogre@gmail.com>2018-09-10 13:42:01 +0000
commit33c3ddfcc94d7c1f9a98d635881ebcc63dffcc20 (patch)
treeaf56578208830b0428bb9063a91d2dfe4ceb73ab /luatablegen.py
parentupdate (diff)
downloadluatablegen-33c3ddfcc94d7c1f9a98d635881ebcc63dffcc20.tar.gz
luatablegen-33c3ddfcc94d7c1f9a98d635881ebcc63dffcc20.zip
update
Diffstat (limited to 'luatablegen.py')
-rwxr-xr-xluatablegen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/luatablegen.py b/luatablegen.py
index 099417e..a50fa1f 100755
--- a/luatablegen.py
+++ b/luatablegen.py
@@ -720,8 +720,8 @@ class TbgParser(object):
else:
tbl_source.write(header.replace("HHH", ""))
tbl_header.write(header.replace("HHH", ""))
- tbl_source.write('#include "../wasm.h"\n')
- tbl_header.write('#include "../wasm.h"\n')
+ tbl_source.write('#include "./structs.h"\n')
+ tbl_header.write('#include "./structs.h"\n')
tbl_tag_list = []
simple_table_list = []
for elem in self.elems: