shithub: qk1

ref: a358b6be9f633e4c95205f67bed0cbdf80ce7164
dir: /i_tga.h/

View raw version
int TGA_Encode(byte **out, char *id, pixel_t *pix, int w, int h);
qpic_t *TGA_Decode(byte *in, int sz, bool *premultalpha);