shithub: qk1

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