X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmodex16.h;h=30802c9a076d75e34f2bcf190cc1f8c3317a79e5;hb=019e5275fa20374f0dbef06caa32d948840e2b0b;hp=122e11e3cc8197050d09ea38479e9b1ea9a75161;hpb=94b2c3169aa6501f14ef021317647259b831d185;p=16.git diff --git a/src/lib/modex16.h b/src/lib/modex16.h index 122e11e3..30802c9a 100644 --- a/src/lib/modex16.h +++ b/src/lib/modex16.h @@ -94,6 +94,8 @@ void modexPalUpdate1(byte *p); void modexPalUpdate0(byte *p); void chkcolor(bitmap_t *bmp, word *q, word *a, word *aa, word *z, word *i/*, word *offset*/); void modexputPixel(page_t *page, int x, int y, byte color); +byte modexgetPixel(page_t *page, int x, int y); +void modexhlin(page_t *page, word xl, word xh, word y, word color); void modexprint(page_t *page, word x, word y, word t, word col, word bgcol, const byte *str); void modexprintbig(page_t *page, word x, word y, word t, word col, word bgcol, const byte *str); void modexWaitBorder();