]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/modex16.h
typedef void __based( void ) * memptr;
[16.git] / src / lib / modex16.h
index 9ce226e1fccf726c1a4ccf137890bc6dd179fc0e..23202f2d50508828ebd4243f91a5b7b3096c59c6 100755 (executable)
@@ -1,5 +1,5 @@
 /* Project 16 Source Code~
- * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669
+ * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover
  *
  * This file is part of Project 16.
  *
 
 #include "src/lib/16_head.h"
 #include "src/lib/bitmap.h"
-#include "src/lib/planar.h"
-#include "src/lib/modex16/16planar.h"
+//#include "src/lib/planar.h"
+//#include "src/lib/modex16/16planar.h"
 #include "src/lib/16text.h"
-#include "src/lib/modex16/16render.h"
-#include "src/lib/modex16/320x240.h"
+#include "src/lib/16render.h"
+////#include "src/lib/modex16/320x240.h"
 // #include "src/lib/modex16/320x200.h"
 // #include "src/lib/modex16/256x192.h"
 // #include "src/lib/modex16/192x144_.h"
 // #include "src/lib/modex16/160x120.h"
 
+#ifdef __WATCOMC__
 #include <hw/cpu/cpu.h>
 #include <hw/dos/dos.h>
 #include <hw/vga/vga.h>
 #include <hw/vga/vrl.h>
+#include <hw/vga/vrs.h>
+#endif
 
 static struct pcxHeader {
        byte id;
@@ -184,8 +187,6 @@ void modexprintbig(page_t *page, word x, word y, word t, word col, word bgcol, c
 void modexpdump(page_t *pee);
 void modexcls(page_t *page, byte color, byte *Where);
 void modexWaitBorder();
-void bios_cls();
 void modexprintmeminfo(video_t *v);
-void update_state_from_vga_();
 
 #endif