summaryrefslogtreecommitdiff
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data.c b/src/data.c
index 4eaf7f5..0d3f0bc 100644
--- a/src/data.c
+++ b/src/data.c
@@ -62,6 +62,7 @@ void data_load()
img_resume_action = assets_load_image_from_file("data/img/resume_action.png");
img_entry = assets_load_image_from_file("data/img/entry.png");
+ img_refresh = assets_load_image_from_file("data/img/reload.png");
img_exit = assets_load_image_from_file("data/img/exit.png");
img_panel_bottom = assets_load_image_from_file("data/img/panel_bottom.png");