mpv event
This commit is contained in:
5
.vscode/c_cpp_properties.json
vendored
5
.vscode/c_cpp_properties.json
vendored
@@ -20,12 +20,13 @@
|
||||
"name": "MinGW64",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**",
|
||||
"D:\\msys64\\mingw64\\include"
|
||||
"C:/MinGW64/include",
|
||||
"C:/MinGW64/x86_64-w64-mingw32/include/**"
|
||||
],
|
||||
"defines": [
|
||||
"USE_OPENGL"
|
||||
],
|
||||
"compilerPath": "D:\\msys64\\mingw64\\bin\\gcc.exe",
|
||||
"compilerPath": "C:/MinGW64/bin/gcc.exe",
|
||||
"cStandard": "c17",
|
||||
"cppStandard": "gnu++17",
|
||||
"intelliSenseMode": "windows-gcc-x64"
|
||||
|
||||
Reference in New Issue
Block a user