summaryrefslogtreecommitdiff
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2025-01-17 21:42:02 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2025-01-17 21:42:02 +0100
commit9ff91999b122df64c910b3d7ebed1ceda949e0c0 (patch)
treee7c91ec9af16f850057238657d495938df3e2158 /.vscode/c_cpp_properties.json
parentde3d3056c8b82d868ff42362a2f6e9d2cd26a551 (diff)
collision works but overlaps
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
new file mode 100644
index 0000000..0ecc223
--- /dev/null
+++ b/.vscode/c_cpp_properties.json
@@ -0,0 +1,23 @@
+{
+ "configurations": [
+ {
+ "name": "Mac",
+ "includePath": [
+ "${workspaceFolder}/**"
+ ],
+ "defines": [],
+ "macFrameworkPath": [
+ "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
+ ],
+ "compilerPath": "/usr/bin/gcc",
+ "cStandard": "c23",
+ "cppStandard": "c++23",
+ "intelliSenseMode": "macos-gcc-x64",
+ "compilerArgs": [
+ "-I/opt/homebrew/Cellar/raylib/5.5/include",
+ "-L/opt/homebrew/Cellar/raylib/5.5/lib"
+ ]
+ }
+ ],
+ "version": 4
+} \ No newline at end of file