Upgraded to C++ 20 & better audio voice management

This commit is contained in:
Antoine Pilote
2023-09-23 00:37:42 -04:00
parent a89852b4d3
commit a4724e2a91
30 changed files with 319 additions and 80 deletions

View File

@@ -73,7 +73,7 @@ project "Nuake"
}
filter "system:windows"
cppdialect "C++17"
cppdialect "C++20"
staticruntime "On"
defines {
"NK_WIN"
@@ -154,7 +154,7 @@ project "NuakeRuntime"
}
filter "system:windows"
cppdialect "C++17"
cppdialect "C++20"
staticruntime "On"
defines {
"NK_WIN"
@@ -243,7 +243,7 @@ project "Editor"
}
filter "system:windows"
cppdialect "C++17"
cppdialect "C++20"
staticruntime "On"
filter "configurations:Debug"