summaryrefslogtreecommitdiff
path: root/include/assets.h
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2025-08-26 12:33:32 +0300
committerBoredGuy <osome3717@gmail.com>2025-08-26 12:33:32 +0300
commit87d07175058ee4ae18fce608de81c68d7d9bb178 (patch)
tree1eb459ff40aded29f6433bcd413d47ff870fd4e0 /include/assets.h
parent978c543891af8dbe9e95b27c4e2c46645d45138c (diff)
Player Improvements
Diffstat (limited to 'include/assets.h')
-rw-r--r--include/assets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/assets.h b/include/assets.h
index 61b198e..6761d51 100644
--- a/include/assets.h
+++ b/include/assets.h
@@ -16,4 +16,5 @@ typedef struct Asset {
void LoadAssets();
Asset* GetMatchingAssetWithType(const char* targetName, AssetType targetType);
+Asset* GetMatchingAssetExitOnFail(const char* targetName, AssetType targetType);
void UnloadAssets();