Fix mistake, move value tables
This commit is contained in:
parent
39be3b57d7
commit
7f99a9c25c
@ -20,9 +20,9 @@ functionBlacklist = [
|
||||
"engine_malloc"
|
||||
]
|
||||
|
||||
statics = toml.loads(open("modules/engine/STATICS.toml").read())
|
||||
functions = toml.loads(open("modules/engine/FUNCTIONS.toml").read())
|
||||
ofile = open("modules/engine/lua.c","w")
|
||||
statics = toml.loads(open("src/engine/values/statics.toml").read())
|
||||
functions = toml.loads(open("src/engine/values/functions.toml").read())
|
||||
ofile = open("src/engine/lua.c","w")
|
||||
|
||||
ofile.write('''\
|
||||
#include <lua5.3/lua.h>
|
||||
|
Loading…
Reference in New Issue
Block a user