From be5c7263406aef867501c7965bcced6a7e2898a6 Mon Sep 17 00:00:00 2001 From: quou Date: Sun, 29 Sep 2024 16:39:31 +1000 Subject: animation, player movement, physics etc. --- asset.h | 1 + 1 file changed, 1 insertion(+) (limited to 'asset.h') 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 -- cgit v1.2.3-54-g00ecf