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