17 lines
317 B
Lua
17 lines
317 B
Lua
--
|
|
-- If this is your entrypoint, you should consider starting premake from the global directory
|
|
--
|
|
|
|
|
|
-- Developers should look to the global directory for the user facing API
|
|
require("Public.base")
|
|
|
|
function startSolution(name)
|
|
auStartSolution
|
|
{
|
|
name = name
|
|
}
|
|
end
|
|
|
|
|
|
require("Core.Legacy.aurora") |