Working on time and input

This commit is contained in:
2022-10-27 23:38:04 -07:00
parent a7049ffc31
commit 9b83426077
16 changed files with 196 additions and 18 deletions

View File

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