2022-01-17 20:19:09 +00:00
|
|
|
-- If this is your entrypoint, you should consider starting premake from the public/global directory
|
2021-05-20 12:56:44 +00:00
|
|
|
|
2021-11-13 08:31:32 +00:00
|
|
|
|
2022-01-17 20:19:09 +00:00
|
|
|
|
|
|
|
-- Developers should look to the public/global directory for the user facing API
|
2021-11-13 08:31:32 +00:00
|
|
|
require("Public.base")
|
|
|
|
|
|
|
|
function startSolution(name)
|
|
|
|
auStartSolution
|
|
|
|
{
|
|
|
|
name = name
|
|
|
|
}
|
2021-10-02 16:05:04 +00:00
|
|
|
end
|
|
|
|
|
2021-11-13 08:31:32 +00:00
|
|
|
|
2021-11-16 11:30:51 +00:00
|
|
|
require("Core.Legacy.aurora")
|