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 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