summaryrefslogtreecommitdiff
path: root/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'dialog.h')
-rw-r--r--dialog.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dialog.h b/dialog.h
new file mode 100644
index 0000000..531b7f0
--- /dev/null
+++ b/dialog.h
@@ -0,0 +1,5 @@
+#pragma once
+
+void dialog_set(const char *s);
+void dialog_update(void);
+void dialog_draw(void);