summaryrefslogtreecommitdiff
path: root/inc/cursesview.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/cursesview.h')
-rw-r--r--inc/cursesview.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/inc/cursesview.h b/inc/cursesview.h
new file mode 100644
index 0000000..f4d343a
--- /dev/null
+++ b/inc/cursesview.h
@@ -0,0 +1,9 @@
+#ifndef CURSESVIEW_H
+#define CURSESVIEW_H
+
+#include "slices_evt.h"
+
+void cursesMainLoop(slices_evt_t *slicesEvt);
+
+#endif /*CURSESVIEW_H*/
+