implemented vectors

This commit is contained in:
Lorenzo Torres 2025-11-02 20:01:00 +01:00
parent 1dd1049bba
commit 0330027bff
4 changed files with 103 additions and 1 deletions

View file

@ -5,7 +5,8 @@ include config.mk
SRC:=\
topaz.c\
linear.c\
core/arena.c
core/arena.c\
core/vector.c
ifeq (${BACKEND},gl)
SRC += gl/gl.c\