diff --git a/actors/.vscode/c_cpp_properties.json b/actors/.vscode/c_cpp_properties.json new file mode 100644 index 00000000..a429e4a7 --- /dev/null +++ b/actors/.vscode/c_cpp_properties.json @@ -0,0 +1,27 @@ +{ + "configurations": [ + { + "name": "Linux", + "includePath": [ + "${workspaceFolder}/include/n64/**", + "${workspaceFolder}/include/**", + "${workspaceFolder}/textures/**", + "${workspaceFolder}/**" + ], + "defines": [ + "TARGET_N64=1", + "VERSION_US=1", + "F3DEX_GBI_2=1", + "F3DZEX_GBI_2=1", + "F3DEX_GBI_SHARED=1", + "NON_MATCHING=1", + "AVOID_UB=1" + ], + "compilerPath": "/usr/bin/mips-linux-gnu-gcc", + "cStandard": "gnu17", + "cppStandard": "gnu++14", + "intelliSenseMode": "linux-gcc-x64" + } + ], + "version": 4 +} \ No newline at end of file