From b344fa7f061774f6f71132d68ae0e115c5cdeb3d Mon Sep 17 00:00:00 2001 From: sparky4 Date: Wed, 14 Oct 2015 16:01:58 -0500 Subject: [PATCH] wwww --- src/lib/16_head.h | 2 -- src/lib/types.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) 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_*/ -- 2.39.5