From 2ab411c4b8855d11d48454a93262e8eae3ba7fc7 Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 6 May 2023 09:02:04 +1000 Subject: Menus, game over, dying, etc. --- asset.h | 1 + 1 file changed, 1 insertion(+) (limited to 'asset.h') diff --git a/asset.h b/asset.h index 8c6e201..23b0893 100644 --- a/asset.h +++ b/asset.h @@ -16,5 +16,6 @@ typedef enum { void load_assets(); const Bitmap* get_bitmap(Asset_ID id); +const BM_Font* get_default_font(); #endif -- cgit v1.2.3-54-g00ecf