X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fmodex16%2Fmodex16.h;h=5ce666dfa8c40173db0174464fccbd9110d7a1be;hb=e7476357695d692374e26dd4cba93b2e1fdabe84;hp=77573105f8f260d95856d3dfcb0f86e68d4942c1;hpb=7b204788231612250d286ca317dd942b78da91b6;p=16.git diff --git a/16/modex16/modex16.h b/16/modex16/modex16.h index 77573105..5ce666df 100755 --- a/16/modex16/modex16.h +++ b/16/modex16/modex16.h @@ -34,6 +34,7 @@ void modexDrawBmp(page_t *page, int x, int y, bitmap_t *bmp); void modexDrawBmpRegion(page_t *page, int x, int y, int rx, int ry, int rw, int rh, bitmap_t *bmp); void modexDrawSprite(page_t *page, int x, int y, bitmap_t *bmp); void modexDrawSpriteRegion(page_t *page, int x, int y, int rx, int ry, int rw, int rh, bitmap_t *bmp); +void modexCopyPageRegion(page_t *dest, page_t *src, word sx, word sy, word dx, word dy, word width, word height); /* Palette fade and flash effects */ void modexFadeOn(word fade, byte *palette);