1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Update vscode cpp properties

This commit is contained in:
Ted John
2018-04-08 13:02:26 +01:00
parent c734738208
commit bb423194c1

View File

@@ -79,7 +79,9 @@
], ],
"limitSymbolsToIncludedHeaders": true, "limitSymbolsToIncludedHeaders": true,
"databaseFilename": "" "databaseFilename": ""
} },
"cStandard": "c11",
"cppStandard": "c++17"
} }
], ],
"version": 3 "version": 3