diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-08 22:08:07 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-08 22:08:07 +0100 |
| commit | 6555d97f2eaf5b3829543624f6b0a3394715c71b (patch) | |
| tree | c0b2d6abd7e402b32ab2e42088db6da4337c0364 /include/ui.hpp | |
| parent | 0d70098dd5b704f2953c63f0c827b46b11935b81 (diff) | |
setup window work
Diffstat (limited to 'include/ui.hpp')
| -rw-r--r-- | include/ui.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ui.hpp b/include/ui.hpp index 8648518..c1662ad 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -20,8 +20,6 @@ #include "exporter.hpp" #include "administration.hpp" -#define STATUS_TEXT_LEN 64 - namespace ui { typedef enum @@ -54,6 +52,7 @@ namespace ui { void set_state(main_state state); void recreate_window_for_main_views(); + int load_image(const char* filename); // Draw calls. void draw_main(); |
