Updates
This commit is contained in:
6
.vscode/c_cpp_properties.json
vendored
6
.vscode/c_cpp_properties.json
vendored
@@ -3,7 +3,7 @@
|
||||
{
|
||||
"name": "Win32",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/build/external/raylib-master/src/",
|
||||
"${workspaceFolder}/build/external/raylib-master/src/**",
|
||||
"${workspaceFolder}/include/**",
|
||||
"${workspaceFolder}/src/**"
|
||||
],
|
||||
@@ -21,7 +21,7 @@
|
||||
{
|
||||
"name": "Mac",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/build/external/raylib-master/src/",
|
||||
"${workspaceFolder}/build/external/raylib-master/src/**",
|
||||
"${workspaceFolder}/include/**",
|
||||
"${workspaceFolder}/src/**"
|
||||
],
|
||||
@@ -43,7 +43,7 @@
|
||||
{
|
||||
"name": "Linux",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/build/external/raylib-master/src/",
|
||||
"${workspaceFolder}/build/external/raylib-master/src/**",
|
||||
"${workspaceFolder}/include/**",
|
||||
"${workspaceFolder}/src/**"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user