Clean up main and argument parsing

This commit is contained in:
Antoine Pilote
2023-09-21 11:22:38 -04:00
parent e9c9e5f5c3
commit 05fa363ca5
12 changed files with 373 additions and 329 deletions

View File

@@ -249,6 +249,10 @@ project "Editor"
filter "configurations:Debug"
runtime "Debug"
symbols "on"
defines {
"NK_DEBUG",
"WIN32_LEAN_AND_MEAN"
}
filter "configurations:Release"
runtime "Release"