This commit is contained in:
2025-06-11 09:42:20 -05:00
parent d1b1ecf3ca
commit e3438cae77
28 changed files with 451 additions and 375 deletions

View File

@@ -0,0 +1,11 @@
# 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
drawentity.c
drawui.c
)