X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmodex16.h;h=30802c9a076d75e34f2bcf190cc1f8c3317a79e5;hb=b74047609032f3e2c97d7afca3c63177005c5366;hp=61e75d9c3409399f5b0bc9ba6a1d364fea2c76e1;hpb=a6b0748477dd54ae822c4204c848468bca230c2a;p=16.git diff --git a/src/lib/modex16.h b/src/lib/modex16.h index 61e75d9c..30802c9a 100644 --- a/src/lib/modex16.h +++ b/src/lib/modex16.h @@ -93,8 +93,11 @@ void modexPalUpdate(bitmap_t *bmp, word *i, word qp, word aqoffset); 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(int x, int y, byte color); -void modexprint(word x, word y, word t, word col, word bgcol, const byte *str); +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(); /* -======================= Constants & Vars ==========================- */