Zorya-NEO/src/zy-neo/builtins/init_romfs/init.lua

12 lines
123 B
Lua

--#error "Not implemented."
local rfs = {}
local bfs = {}
function bfs.getfile(path)
end
function bfs.exists(path)
end