aboutsummaryrefslogtreecommitdiff
path: root/asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'asset.h')
-rw-r--r--asset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/asset.h b/asset.h
index 74cf66b..09b631e 100644
--- a/asset.h
+++ b/asset.h
@@ -7,5 +7,6 @@
const unsigned char* get_asset(Asset_ID id);
const struct Bitmap* get_bitmap(Asset_ID id);
+const struct Animation* get_animation(Asset_ID id);
#endif