blob: 62ffb43b67fa9490323a5bbe59adf0e477d8374c [file] [log] [blame]
Travis Geiselbrecht97b53822010-05-21 22:59:47 -07001#ifndef __LIB_TGA_H
2#define __LIB_TGA_H
3
4#include <lib/gfx.h>
5#include <sys/types.h>
6
7gfx_surface *tga_decode(const void *ptr, size_t len, gfx_format format);
8
9#endif
10