summaryrefslogtreecommitdiff
path: root/src/views/views.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/views.hpp')
-rw-r--r--src/views/views.hpp13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/views/views.hpp b/src/views/views.hpp
index 2ebdedd..f47bf3a 100644
--- a/src/views/views.hpp
+++ b/src/views/views.hpp
@@ -1,6 +1,15 @@
#pragma once
-#include "../locales/locales.hpp"
+typedef enum
+{
+ LIST,
+ EDIT,
+ CREATE,
+ VIEW,
+} view_state;
+
+void view_draw_required_tag();
void views_draw_dashboard();
-void views_draw_contacts(); \ No newline at end of file
+void views_draw_contacts();
+void views_draw_projects(); \ No newline at end of file