X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmodex16.h;h=b81fb36c46dc199eeaa0220b8a30e44a883246a2;hb=f02096268cea5a79cc6a32d2f67831ec50aabdbd;hp=2a4987a5e20dd8d66b3d93e0eb78d51d689fa2c6;hpb=f906c5a2bf24af0c9990f2c3f6b60bf2237ec5f4;p=16.git diff --git a/src/lib/modex16.h b/src/lib/modex16.h index 2a4987a5..b81fb36c 100644 --- a/src/lib/modex16.h +++ b/src/lib/modex16.h @@ -3,10 +3,12 @@ */ #ifndef MODEX16_H #define MODEX16_H -#include -#include "src\lib\types.h" -#include "src\lib\bitmap.h" -#include "src\lib\planar.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 */