From: sparky4 Date: Wed, 14 Oct 2015 21:01:58 +0000 (-0500) Subject: wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=b344fa7f061774f6f71132d68ae0e115c5cdeb3d;p=16.git wwww --- diff --git a/src/lib/16_head.h b/src/lib/16_head.h index bc25498a..b7f550de 100755 --- a/src/lib/16_head.h +++ b/src/lib/16_head.h @@ -164,8 +164,6 @@ extern int profilehandle,debughandle; //make it into game global typedef union REGPACK regs_t; #endif -typedef enum {false,true} boolean; - #ifdef __WATCOMC__ typedef void __based(__self) * memptr; #endif diff --git a/src/lib/types.h b/src/lib/types.h index c70c3895..bb09ff19 100755 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -37,4 +37,6 @@ typedef signed long sdword; typedef unsigned int iword; typedef signed int siword; +typedef enum {false,true} boolean; + #endif/*_TYPE_H_*/