]> Joshua Wise's Git repositories - netwatch.git/blobdiff - video/generic.h
Link text into copy_pixels.
[netwatch.git] / video / generic.h
similarity index 63%
rename from video/checksumrect.h
rename to video/generic.h
index 8dd2a6de5b145a890b979975bcf70cde5551de81..64f2b5f3d033d7b08cf7e6a7d7ecd8fd156836d2 100644 (file)
@@ -2,5 +2,6 @@
 #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.023735 seconds and 4 git commands to generate.