]> 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 4b9972f1e3bdc3d0020738a6248002906e7a2efd..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
@@ -166,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