]> Joshua Wise's Git repositories - netwatch.git/blobdiff - video/generic.h
Link text into copy_pixels.
[netwatch.git] / video / generic.h
diff --git a/video/generic.h b/video/generic.h
new file mode 100644 (file)
index 0000000..64f2b5f
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef _CHECKSUM_RECT_C
+#define _CHECKSUM_RECT_H
+
+uint32_t checksum_rect_generic32(int x, int y, int width, int height);
+void copy_pixels_generic32(char *buf, int x, int y, int width, int height);
+
+#endif
This page took 0.025757 seconds and 4 git commands to generate.