added module integration changes

This commit is contained in:
FatalErr42O 2023-09-01 18:20:21 -07:00
parent f45445694c
commit fbe92d7db1

View File

@ -1,7 +1,8 @@
mtul = {
binary = {}, --provided entirely by modlib.
utils = {}, --provided entirely by modlib.
tbl = {} --modified by libs.modlib, source.
tbl = {}, --modified by libs.modlib, source.
loaded_modules = {}
}
--optionally allow user to overset local math with mtul while still keeping core funcs & consts.