We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dcef6e commit b6d89e9Copy full SHA for b6d89e9
Client/launch/premake5.lua
@@ -1,5 +1,6 @@
1
project "Client Launcher"
2
language "C++"
3
+ cppdialect "C++23"
4
kind "WindowedApp"
5
targetname "Multi Theft Auto"
6
targetdir(buildpath("."))
premake5.lua
@@ -42,7 +42,7 @@ workspace "MTASA"
42
location "Build"
43
startproject "Client Launcher"
44
45
- cppdialect "C++23"
+ cppdialect "C++17"
46
characterset "MBCS"
47
pic "On"
48
symbols "On"
0 commit comments