shithub: qk1

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