diff options
author | UnavailableDev <ggwildplay@gmail.com> | 2023-03-11 09:07:35 +0100 |
---|---|---|
committer | UnavailableDev <ggwildplay@gmail.com> | 2023-03-11 09:07:35 +0100 |
commit | 33fa63ee205892205d9cd229c363f7c28d99e636 (patch) | |
tree | c7c1323e36182840d5021f9ed38727e4dfaca208 /src | |
parent | adde3c22fa09092d238b165b2a65e5bfa48f00ea (diff) | |
parent | 877ac831461f35d00e0e0ab7d6afbe93768fc7c6 (diff) |
merge
Diffstat (limited to 'src')
-rw-r--r-- | src/.vscode/c_cpp_properties.json | 16 | ||||
-rw-r--r-- | src/.vscode/settings.json | 6 |
2 files changed, 0 insertions, 22 deletions
diff --git a/src/.vscode/c_cpp_properties.json b/src/.vscode/c_cpp_properties.json deleted file mode 100644 index 359928d..0000000 --- a/src/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "includePath": [ - "${workspaceFolder}/**" - ], - "defines": [], - "compilerPath": "/usr/bin/gcc", - "cStandard": "c17", - "cppStandard": "c++14", - "intelliSenseMode": "linux-gcc-x64" - } - ], - "version": 4 -}
\ No newline at end of file diff --git a/src/.vscode/settings.json b/src/.vscode/settings.json deleted file mode 100644 index d485e2c..0000000 --- a/src/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "files.associations": { - "hh_entity.h": "c", - "maths.h": "c" - } -}
\ No newline at end of file |