summaryrefslogtreecommitdiff
path: root/include/assets.h
diff options
context:
space:
mode:
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();