]> Joshua Wise's Git repositories - netwatch.git/blame - video/generic.h
Link text into copy_pixels.
[netwatch.git] / video / generic.h
CommitLineData
0a9d0188
JP
1#ifndef _CHECKSUM_RECT_C
2#define _CHECKSUM_RECT_H
3
4uint32_t checksum_rect_generic32(int x, int y, int width, int height);
66cd7e82 5void copy_pixels_generic32(char *buf, int x, int y, int width, int height);
0a9d0188
JP
6
7#endif
This page took 0.019251 seconds and 4 git commands to generate.