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