Working on assets

This commit is contained in:
2022-12-01 22:37:42 -08:00
parent 7f60b58b9d
commit 695719a7f3
18 changed files with 355 additions and 42 deletions

View File

@ -4,7 +4,7 @@
# https://opensource.org/licenses/MIT
# Sources
# target_sources(${DAWN_TARGET_NAME}
# PRIVATE
# PokerGameTextbox.cpp
# )
target_sources(${DAWN_TARGET_NAME}
PRIVATE
PokerPlayerDisplay.cpp
)