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