[-] Remove redundant auSetupCoreProject

This commit is contained in:
Reece Wilson 2021-11-16 11:37:04 +00:00
parent 6f77dd5fe0
commit 1b9dd36769
2 changed files with 3 additions and 3 deletions

View File

@ -63,6 +63,6 @@ function auFilterPlatform(platform)
})
end
function auSetupCoreProject(prj)
require("Core/project").startProject(prj)
function auGetSetting(name)
return Aurora.Settings[name]
end

View File

@ -32,7 +32,7 @@ function auFilterInO()
}
end
function auSetupCoreProjectO()
function auStartProjectO()
return
{
name = "Unnamed",