initial commit
This commit is contained in:
17
.vscode/c_cpp_properties.json
vendored
Normal file
17
.vscode/c_cpp_properties.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "all",
|
||||
"defines": [
|
||||
"SDL_DISABLE_ANALYZE_MACROS",
|
||||
"DEBUG=1"
|
||||
],
|
||||
"includePath": [
|
||||
"dependencies/include/SDL2",
|
||||
"dependencies/imgui",
|
||||
"${default}"
|
||||
]
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
Reference in New Issue
Block a user