parsen von der szene JSON parser

This commit is contained in:
any
2026-07-19 21:04:22 +02:00
parent ff8c8a2bdc
commit 211a1260b6
6 changed files with 4063 additions and 2 deletions
+3 -1
View File
@@ -5,4 +5,6 @@ set(CMAKE_C_STANDARD 23)
add_executable(Raytracer main.c
examples.c
examples.h)
examples.h
cJSON.c
cJSON.h)