X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=tools%2Fpngdump%2Fimage.h;h=7a42fba59e3a8b0da1e494218608746825d42907;hb=0fb6ea205b4a1884a49064b697a452efa9abfb74;hp=b9f24b4e0afc0a5da2e7c3ca87bd2f8a0f585e6e;hpb=b03d543f0fdec08c05c0ee69cbbefe2f745a7507;p=gba_blender diff --git a/tools/pngdump/image.h b/tools/pngdump/image.h index b9f24b4..7a42fba 100644 --- a/tools/pngdump/image.h +++ b/tools/pngdump/image.h @@ -22,5 +22,6 @@ int save_image(struct image *img, const char *fname); int cmp_image(struct image *a, struct image *b); void blit(struct image *src, int sx, int sy, int w, int h, struct image *dst, int dx, int dy); +void overlay_key(struct image *src, unsigned int key, struct image *dst); #endif /* IMAGE_H_ */