From 5d34aff5888d3f0c624251f15bedb96c347978d6 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 9 Aug 2025 08:33:08 +0200 Subject: refactors --- include/ui.hpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 include/ui.hpp (limited to 'include/ui.hpp') diff --git a/include/ui.hpp b/include/ui.hpp new file mode 100644 index 0000000..827980c --- /dev/null +++ b/include/ui.hpp @@ -0,0 +1,15 @@ +#pragma once + +typedef enum +{ + LIST, + EDIT, + CREATE, + VIEW, +} view_state; + +void view_draw_required_tag(); + +void ui_draw_main(); +void ui_draw_contacts(); +void ui_draw_projects(); \ No newline at end of file -- cgit v1.2.3-70-g09d2