Using the xml parser

This commit is contained in:
AnonymusRaccoon
2019-12-09 12:09:25 +01:00
parent 3633f6935d
commit ee89f69e7a
25 changed files with 343 additions and 125 deletions
+2 -1
View File
@@ -14,8 +14,9 @@ SRC = src/engine/engine.c \
src/entity/entity_factory.c \
src/component.c \
src/components/movable_component.c \
src/components/position_component.c \
src/components/transform_component.c \
src/components/texture_renderer.c \
src/components/parallax_component.c \
src/scene/scene.c \
src/utility/my_strdup.c \
src/utility/my_strlen.c \