Revert "Disable old ent code"

This reverts commit efd31237be.
This commit is contained in:
2026-05-21 11:07:21 -05:00
parent efd31237be
commit f841a35a53
30 changed files with 124 additions and 104 deletions
+15
View File
@@ -0,0 +1,15 @@
# Copyright (c) 2026 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
target_sources(${DUSK_LIBRARY_TARGET_NAME}
PUBLIC
entity.c
entitymanager.c
component.c
)
# Subdirs
add_subdirectory(component)