]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_head.h
Merge branch 'master' of https://github.com/sparky4/16
[16.git] / src / lib / 16_head.h
index 3217ea2ed760a07cde59f424e31c3134415776d6..b7aab1bdebaf54bdb72b9ff1048da4037cd5cae9 100755 (executable)
@@ -1,5 +1,5 @@
 /* Project 16 Source Code~\r
- * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123\r
+ * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover\r
  *\r
  * This file is part of Project 16.\r
  *\r
@@ -33,6 +33,7 @@
 #include <dos.h>\r
 #include <stdio.h>\r
 #include <stdlib.h>\r
+#include <stdint.h> //16_vrs.h\r
 #include <conio.h> // just for wait\r
 #include <time.h> // just for wait\r
 #include <malloc.h>\r
@@ -50,6 +51,7 @@
 #include "src/lib/nyan/kitten.h"\r
 #include "src/lib/types.h"\r
 #include "src/lib/typdefst.h"\r
+#include "src/lib/16_in.h"\r
 \r
 #define VERSION __DATE__ " " __TIME__\r
 \r
@@ -165,13 +167,6 @@ extern     int                     profilehandle,debughandle;      //make it into game global
 typedef union REGPACK  regs_t;\r
 #endif\r
 \r
-#ifdef __WATCOMC__\r
-typedef void __based(__self) * memptr;\r
-#endif\r
-#ifdef __BORLANDC__\r
-typedef void _seg * memptr;\r
-#endif\r
-\r
 #define INPUT_STATUS_1         0x03da\r
 \r
 /* local function */\r