summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tui.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/tui.h b/tui.h
new file mode 100644
index 0000000..95f5bf3
--- /dev/null
+++ b/tui.h
@@ -0,0 +1,15 @@
+/*
+ * tui.h:
+ *
+ *
+ */
+
+#ifndef __TUI_H_ /* include guard */
+#define __TUI_H_
+
+void tui_print(void);
+void tui_init(void);
+void tui_loop(void);
+void tui_tick(int);
+
+#endif /* __TUI_H_ */