diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-30 18:12:20 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-30 18:12:20 +0100 |
| commit | 01000d76c86e1d7d80363cf6e04670da4fa60dda (patch) | |
| tree | 49201010f929de916c34c363d51ccde98d0e3613 /src/include/data.h | |
| parent | 558767628dd472c0af3c1c64c9eaca045a854b00 (diff) | |
close #16
Diffstat (limited to 'src/include/data.h')
| -rw-r--r-- | src/include/data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/data.h b/src/include/data.h index b5e038c..51bff80 100644 --- a/src/include/data.h +++ b/src/include/data.h @@ -56,6 +56,8 @@ image* img_denied; image* img_world_map;
image* img_invest;
image* img_shadow;
+image* img_handshake;
+image* img_resume_action;
image* img_button_bottom;
image* img_button_top;
|
