+ | Vector classes

This commit is contained in:
TheRedShip
2024-10-13 18:06:57 +02:00
parent 8784b5ce02
commit 0bd05282cf
10 changed files with 407 additions and 33 deletions

View File

@ -30,6 +30,7 @@ SRCS_DIR := srcs
OBJS_DIR := .objs
ALL_SRCS := RT.cpp gl.cpp \
Window.cpp
SRCS := $(ALL_SRCS:%=$(SRCS_DIR)/%)