X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=16%2Fmodex16%2Fmodex16.h;h=5ce666dfa8c40173db0174464fccbd9110d7a1be;hb=ee23271b54767e3d62abc7a25bd3917074575b8b;hp=77573105f8f260d95856d3dfcb0f86e68d4942c1;hpb=5c8db81871ff53318c10d77ebdd424e49c24a48a;p=16.git diff --git a/16/modex16/modex16.h b/16/modex16/modex16.h old mode 100644 new mode 100755 index 77573105..5ce666df --- 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);