]> Joshua Wise's Git repositories - netwatch.git/blame - include/text.h
Add a first cut at text.
[netwatch.git] / include / text.h
CommitLineData
cdde55f5
JW
1#ifndef _TEXT_H
2
3#include <stdint.h>
4
5extern void text_init();
6extern void text_render(unsigned char *buf, unsigned int x, unsigned int y, unsigned int w, unsigned int h);
7extern uint32_t text_checksum(int x, int y, int w, int h);
8
9#endif
This page took 0.023594 seconds and 4 git commands to generate.