X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmodex16.h;h=363004b340ba540c3cb1f2e38f8f5447b337ad55;hb=67103bcf34caaa89876b908820771584b3f4d05c;hp=66330fe166c1c9683a3238ef7b973a191be3a917;hpb=4b6dfcdf9fc75885fbd15a450041d895088f8f6e;p=16.git diff --git a/src/lib/modex16.h b/src/lib/modex16.h index 66330fe1..363004b3 100644 --- a/src/lib/modex16.h +++ b/src/lib/modex16.h @@ -30,6 +30,7 @@ #include "src/lib/bitmap.h" #include "src/lib/planar.h" #include "src/lib/16_head.h" +#include "src/lib/16text.h" /* -========================== Types & Macros ==========================- */ #define PAGE_OFFSET(x,y) (((y)<<6)+((y)<<4)+((x)>>2)) @@ -92,8 +93,8 @@ 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(word x, word y, byte Color); -void bputs(/*bmp_t *bmp, */unsigned x, unsigned y, const char *s); +void modexputPixel(int x, int y, byte color); +void modexprint(word x, word y, word t, word col, const byte *str); void modexWaitBorder(); /* -======================= Constants & Vars ==========================- */