X-Git-Url: https://eleni.mutantstargoat.com/git/?p=winnie;a=blobdiff_plain;f=src%2Fgfx.h;h=e03be2a99314eea41dcd0c9c813cf730cb4f6da9;hp=ec31bc8c4afec4082e40d89cc5a9d1f3829e14ca;hb=094e53b80e5576db6c86bb7dc6141b0cff7fa665;hpb=97b3c3c7c9dfa16c335646e17ebb43a688856a0c diff --git a/src/gfx.h b/src/gfx.h index ec31bc8..e03be2a 100644 --- 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_