X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_head.h;h=74822da2d4db5b2b87d315b21ad67ac9076e1b20;hb=10bcfe6f57ef93862812377a8dc78dd45e9c0dd0;hp=273cc60f4505948db27098a72006bc7336c85a1a;hpb=2accbf2668001e82a8fec1e75f37c195996186b0;p=16.git diff --git a/src/lib/16_head.h b/src/lib/16_head.h index 273cc60f..74822da2 100755 --- a/src/lib/16_head.h +++ b/src/lib/16_head.h @@ -33,7 +33,6 @@ #include #include #include -#include //16_vrs.h #include // just for wait #include // just for wait #include @@ -47,6 +46,7 @@ #include #include #include +#include //16_vrs.h #endif #include "src/lib/nyan/kitten.h" #include "src/lib/types.h" @@ -155,6 +155,7 @@ extern int profilehandle,debughandle; //make it into game global #define nil ((void *)0) #ifdef __BORLANDC__ #define _FCORELEFT 0x90000UL-16UL +#define sprite #endif #ifdef __WATCOMC__ #define _FCORELEFT 0x90000UL+16UL @@ -167,13 +168,6 @@ extern int profilehandle,debughandle; //make it into game global typedef union REGPACK regs_t; #endif -#ifdef __WATCOMC__ -typedef void __based(__self) * memptr; -#endif -#ifdef __BORLANDC__ -typedef void _seg * memptr; -#endif - #define INPUT_STATUS_1 0x03da /* local function */