]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/modex16.h
attempted font system added
[16.git] / src / lib / modex16.h
index 755a11c8a693055a9fc1fbba89735ec2c99e1d2f..f3e5e4217a17541a8f10ed99b07b43dcb7b3a9bf 100644 (file)
@@ -4,9 +4,11 @@
 #ifndef MODEX16_H
 #define MODEX16_H
 //#include <conio.h>
+
 #include "src/lib/types.h"
 #include "src/lib/bitmap.h"
 #include "src/lib/planar.h"
+#include "src/lib/lib_head.h"
 
 /* -========================== Types & Macros ==========================- */
 #define PAGE_OFFSET(x,y) (((y)<<6)+((y)<<4)+((x)>>2))
@@ -67,6 +69,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 modexWaitBorder();
+byte far *bios_8x8_font(void);
+void bputs(page_t *page, bitmap_t *bmp, int x, int y, const char *s);
 
 /* -======================= Constants & Vars ==========================- */
 extern byte far*  VGA;  /* The VGA Memory */