shithub: qk1

ref: a2c587e7d7a8b72a7ef9afcd119d8cfb20076b54
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);