diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-05 13:17:27 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-05 13:17:27 +0100 |
| commit | 395aa3f2b53550b9575dde1f5d2fb7494c21addf (patch) | |
| tree | 478f5609bd86d9de085d684c374971b6ce913f6a /src/data.c | |
| parent | 0974ff30789a215a31255080251c01eaaf9a5297 (diff) | |
close #55
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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");
|
