]> Joshua Wise's Git repositories - netwatch.git/blob - video/generic.h
64f2b5f3d033d7b08cf7e6a7d7ecd8fd156836d2
[netwatch.git] / video / generic.h
1 #ifndef _CHECKSUM_RECT_C
2 #define _CHECKSUM_RECT_H
3
4 uint32_t checksum_rect_generic32(int x, int y, int width, int height);
5 void copy_pixels_generic32(char *buf, int x, int y, int width, int height);
6
7 #endif
This page took 0.015473 seconds and 2 git commands to generate.