diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-04 16:06:22 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-04 16:06:22 +1100 |
| commit | fd05629fb093dab6ae44db4f201a48f65c717288 (patch) | |
| tree | f4be0520958c8e02b54500e3bef5021ba09eb77e /.vscode | |
| parent | 7c56468903540fefc8029f67395665436f5d26b3 (diff) | |
feat(png): Add ff_png_normalize function and generic image header
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/c_cpp_properties.json | 16 |
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 |
