Add the toolbar manager

This commit is contained in:
Cooldude2606
2017-07-02 20:30:35 +01:00
parent 45798b7b88
commit 1efdb4ca92
5 changed files with 41 additions and 8 deletions

View File

@@ -18,6 +18,7 @@ local credits = {{
}}
local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end
--Please Only Edit Below This Line-----------------------------------------------------------
require("mod-gui")
credit_loop(require("locale/StdLib/event"))
credit_loop(require("locale/file-header"))