Scene tree

This commit is contained in:
2025-08-21 09:52:15 -05:00
parent c8390bdb12
commit 4688358d6a
10 changed files with 346 additions and 15 deletions

10
src/scene/CMakeLists.txt Normal file
View File

@@ -0,0 +1,10 @@
# Copyright (c) 2025 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
target_sources(${DUSK_TARGET_NAME}
PRIVATE
scenetree.c
)