]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/modex16.h
about to shit jis~
[16.git] / src / lib / modex16.h
index d748e4be9acffd9057288a0ad610e6b13256fccf..363004b340ba540c3cb1f2e38f8f5447b337ad55 100644 (file)
@@ -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 modexpixelwr(word xx, word yy, word PageBase, word 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 ==========================- */