mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-16 06:15:08 -05:00
5 lines
276 B
C
5 lines
276 B
C
void shade_ximage_15_mmx(void *data, int bpl, int w, int h, int rm, int gm, int bm);
|
|
void shade_ximage_16_mmx(void *data, int bpl, int w, int h, int rm, int gm, int bm);
|
|
void shade_ximage_32_mmx(void *data, int bpl, int w, int h, int rm, int gm, int bm);
|
|
int have_mmx (void);
|