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