summaryrefslogtreecommitdiff
path: root/src/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/draw.h')
-rw-r--r--src/draw.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/draw.h b/src/draw.h
new file mode 100644
index 0000000..8a39605
--- /dev/null
+++ b/src/draw.h
@@ -0,0 +1,10 @@
+#ifndef DRAW_H
+#define DRAW_H
+
+// initialize the tui
+void tui_init();
+
+// destroy the tui
+void tui_end();
+
+#endif