X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmodex16.h;h=b81fb36c46dc199eeaa0220b8a30e44a883246a2;hb=f02096268cea5a79cc6a32d2f67831ec50aabdbd;hp=755a11c8a693055a9fc1fbba89735ec2c99e1d2f;hpb=8b92f32b6e6a8ab7be52ced02208cc789364a014;p=16.git diff --git a/src/lib/modex16.h b/src/lib/modex16.h index 755a11c8..b81fb36c 100644 --- a/src/lib/modex16.h +++ b/src/lib/modex16.h @@ -4,9 +4,11 @@ #ifndef MODEX16_H #define MODEX16_H //#include + #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 *pee, int x, int y, const char *s); /* -======================= Constants & Vars ==========================- */ extern byte far* VGA; /* The VGA Memory */