- pngdump tool overlay multiple images (combine spritesheets)
[gba_blender] / tools / pngdump / image.h
index b9f24b4..7a42fba 100644 (file)
@@ -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_ */