X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qtypes.h;h=7c525a69c234b731324103548da6f30116e836cb;hb=bba5486f1a7a3d9942fc6632b662003e300e7309;hp=22ac69a68d28718ed9f5525b1f0d78db2db3b02c;hpb=aa33d8f8642530f7f266d6cde1422f95aa74b2be;p=xonotic%2Fdarkplaces.git diff --git a/qtypes.h b/qtypes.h index 22ac69a6..7c525a69 100644 --- a/qtypes.h +++ b/qtypes.h @@ -2,13 +2,11 @@ #ifndef QTYPES_H #define QTYPES_H -typedef unsigned char qbyte; - #undef true #undef false #ifndef __cplusplus -typedef enum {false, true} qboolean; +typedef enum qboolean_e {false, true} qboolean; #else typedef bool qboolean; #endif