Revert "A DIFFERENT ERROR YEEEAAAHH"

This reverts commit 6ab2ab8f9f.
This commit is contained in:
Yannik
2023-04-12 18:10:47 +02:00
parent 6ab2ab8f9f
commit 9fc9969606
13 changed files with 16 additions and 60 deletions

View File

@@ -1,23 +0,0 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${default}",
"${workspaceFolder}/src/discord-game-sdk-cpp",
"${workspaceFolder}"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.22621.0",
"compilerPath": "cl.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-msvc-x64"
}
],
"version": 4
}