Inventory

This commit is contained in:
2025-06-08 14:47:15 -05:00
parent 0b6b33721b
commit 823aa454bd
6 changed files with 62 additions and 3 deletions

View File

@ -7,4 +7,5 @@
target_sources(${DUSK_TARGET_NAME}
PRIVATE
itemtype.c
inventory.c
)