Basic ECS

This commit is contained in:
2026-04-09 22:07:17 -05:00
parent 0d7b0aadd1
commit c52e1d22b7
20 changed files with 284 additions and 447 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
# Copyright (c) 2026 Dominic Masters
#
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
@@ -7,9 +7,9 @@
target_sources(${DUSK_LIBRARY_TARGET_NAME}
PUBLIC
entity.c
entitycomponent.c
entitymanager.c
component.c
)
# Subdirectories
# Subdirs
add_subdirectory(component)