]> 4ch.mooo.com Git - 16.git/blobdiff - 16/modex16/modex16.h
BROKEN ON REAL HW comitted to see what was changed
[16.git] / 16 / modex16 / modex16.h
index 77573105f8f260d95856d3dfcb0f86e68d4942c1..5ce666dfa8c40173db0174464fccbd9110d7a1be 100755 (executable)
@@ -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);\r
 void modexDrawSprite(page_t *page, int x, int y, bitmap_t *bmp);\r
 void modexDrawSpriteRegion(page_t *page, int x, int y, int rx, int ry, int rw, int rh, bitmap_t *bmp);\r
+void modexCopyPageRegion(page_t *dest, page_t *src, word sx, word sy, word dx, word dy, word width, word height);\r
 \r
 /* Palette fade and flash effects */\r
 void modexFadeOn(word fade, byte *palette);\r