*in progress*
[winnie] / src / gfx.h
index ec31bc8..e03be2a 100644 (file)
--- a/src/gfx.h
+++ b/src/gfx.h
@@ -15,4 +15,6 @@ void fill_rect(const Rect &rect, int r, int g, int b);
 
 void set_cursor_visibility(bool visible);
 
+void blit(unsigned char *src_img, const Rect &src_rect, unsigned char* dest_img, int dest_x, int dest_y);
+
 #endif //GFX_H_