]> Joshua Wise's Git repositories - netwatch.git/blob - video/checksumrect.h
Add a first cut at text.
[netwatch.git] / video / checksumrect.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
6 #endif
This page took 0.024042 seconds and 4 git commands to generate.