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