summaryrefslogtreecommitdiff
path: root/src/heretic/doomdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/doomdata.h')
-rw-r--r--src/heretic/doomdata.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/heretic/doomdata.h b/src/heretic/doomdata.h
index f99067bd..ec93ac62 100644
--- a/src/heretic/doomdata.h
+++ b/src/heretic/doomdata.h
@@ -28,12 +28,7 @@
#ifndef __DOOMDATA__
#define __DOOMDATA__
-#ifndef __BYTEBOOL__
-#define __BYTEBOOL__
-typedef enum
-{ false, true } boolean;
-typedef unsigned char byte;
-#endif
+#include "doomtype.h"
/*
===============================================================================