This commit is contained in:
2025-09-01 11:10:28 -05:00
parent 368729f0f3
commit 3ce1566a2e
14 changed files with 105 additions and 17 deletions

View File

@@ -99,7 +99,7 @@ extern asset_t ASSET;
errorret_t assetInit(void);
/**
* Gets an asset by filename, does not load it.
* Loads an asset by filename, blocking.
*
* @param filename The filename of the asset to get.
* @param callback The callback to call when the asset is loaded.