summaryrefslogtreecommitdiff
path: root/src/views/views.hpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-08-09 08:33:08 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-08-09 08:33:08 +0200
commit5d34aff5888d3f0c624251f15bedb96c347978d6 (patch)
tree69a49651271d645ca7eaa114cb1830bf759c0930 /src/views/views.hpp
parentb94a7ae06b20d550c727d5192cea8baf3e8fb641 (diff)
refactors
Diffstat (limited to 'src/views/views.hpp')
-rw-r--r--src/views/views.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/views/views.hpp b/src/views/views.hpp
deleted file mode 100644
index f47bf3a..0000000
--- a/src/views/views.hpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#pragma once
-
-typedef enum
-{
- LIST,
- EDIT,
- CREATE,
- VIEW,
-} view_state;
-
-void view_draw_required_tag();
-
-void views_draw_dashboard();
-void views_draw_contacts();
-void views_draw_projects(); \ No newline at end of file