Travis Geiselbrecht | 97b5382 | 2010-05-21 22:59:47 -0700 | [diff] [blame] | 1 | #ifndef __LIB_TGA_H |
2 | #define __LIB_TGA_H | ||||
3 | |||||
4 | #include <lib/gfx.h> | ||||
5 | #include <sys/types.h> | ||||
6 | |||||
7 | gfx_surface *tga_decode(const void *ptr, size_t len, gfx_format format); | ||||
8 | |||||
9 | #endif | ||||
10 |