summaryrefslogtreecommitdiff
path: root/unix/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'unix/draw.h')
-rw-r--r--unix/draw.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/draw.h b/unix/draw.h
new file mode 100644
index 0000000..b8e1c24
--- /dev/null
+++ b/unix/draw.h
@@ -0,0 +1,6 @@
+#ifndef UNIX_DRAW_H
+#define UNIX_DRAW_H
+
+void launch();
+
+#endif