mirror of
https://github.com/zoriya/Gamacon.git
synced 2026-06-03 20:12:14 +00:00
Adding destroyers and scene utility
This commit is contained in:
@@ -9,8 +9,16 @@ SRC = src/engine/engine.c \
|
||||
src/engine/engine_internal.c \
|
||||
src/engine/event_handler.c \
|
||||
src/renderer/renderer.c \
|
||||
src/renderer/texture_utility.c \
|
||||
src/entity/entity.c \
|
||||
src/entity/entity_factory.c \
|
||||
src/component.c \
|
||||
src/components/movable_component.c
|
||||
src/components/movable_component.c \
|
||||
src/components/position_component.c \
|
||||
src/scene/scene.c \
|
||||
src/utility/my_strdup.c \
|
||||
src/utility/my_strlen.c \
|
||||
src/utility/arraylen.c
|
||||
|
||||
OBJ = $(SRC:%.c=%.o)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user