Setup rpg stuff

This commit is contained in:
2025-10-08 07:11:53 -05:00
parent e36256abe3
commit 46f820690d
19 changed files with 592 additions and 20 deletions

View File

@@ -29,7 +29,6 @@ static const char_t ASSET_MANAGER_SEARCH_PATHS[][FILENAME_MAX] = {
)
typedef struct {
int32_t nothing;
zip_t *zip;
asset_t assets[ASSET_MANAGER_ASSET_COUNT_MAX];
uint8_t assetCount;