Adding a renderer

This commit is contained in:
Tristan Roux
2019-12-04 17:41:11 +01:00
parent 609801b360
commit a02f75c10f
18 changed files with 63 additions and 26 deletions
+1
View File
@@ -15,6 +15,7 @@ SRC = src/engine/engine.c \
src/component.c \
src/components/movable_component.c \
src/components/position_component.c \
src/components/texture_renderer.c \
src/scene/scene.c \
src/utility/my_strdup.c \
src/utility/my_strlen.c \