Use list in rasteriser

This commit is contained in:
2024-06-23 01:43:31 +01:00
parent 058dba9276
commit ab469b8f37
3 changed files with 67 additions and 9 deletions

View File

@@ -14,6 +14,7 @@ RAYTRACER_SRC="src/window/*.c \
RASTERISER_SRC="src/window/*.c \
src/vector/*.c \
src/scene/*.c \
src/list/*.c \
src/rasteriser/*.c \
src/math/*.c \
"