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