summaryrefslogtreecommitdiff
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-04 16:06:22 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-04 16:06:22 +1100
commitfd05629fb093dab6ae44db4f201a48f65c717288 (patch)
treef4be0520958c8e02b54500e3bef5021ba09eb77e /.vscode/c_cpp_properties.json
parent7c56468903540fefc8029f67395665436f5d26b3 (diff)
feat(png): Add ff_png_normalize function and generic image header
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
new file mode 100644
index 0000000..109c8c0
--- /dev/null
+++ b/.vscode/c_cpp_properties.json
@@ -0,0 +1,16 @@
+{
+ "configurations": [
+ {
+ "name": "Linux",
+ "includePath": [
+ "${workspaceFolder}/**"
+ ],
+ "defines": [],
+ "compilerPath": "/usr/bin/gcc",
+ "cStandard": "c99",
+ "cppStandard": "gnu++17",
+ "intelliSenseMode": "linux-gcc-x64"
+ }
+ ],
+ "version": 4
+} \ No newline at end of file