summaryrefslogtreecommitdiff
path: root/include/asset_defs.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2022-12-15 14:54:55 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2022-12-15 14:54:55 +0100
commit8c086739e1344fb8789e89074dd962c5719ab030 (patch)
tree86ae878cd5f90a82b7fee454e4adae69de542bb4 /include/asset_defs.h
parent7b956089e6ba5162fb0b667f1c0a60f6ece90c38 (diff)
local session id generation, bullet icon drop, refactor
Diffstat (limited to 'include/asset_defs.h')
-rw-r--r--include/asset_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asset_defs.h b/include/asset_defs.h
index 9e50895..ee520ea 100644
--- a/include/asset_defs.h
+++ b/include/asset_defs.h
@@ -6,6 +6,8 @@
font* fnt_24;
font* fnt_20;
+image* img_icon_bullets;
+
void load_assets();
#endif \ No newline at end of file