X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=qtypes.h;h=7c525a69c234b731324103548da6f30116e836cb;hp=22ac69a68d28718ed9f5525b1f0d78db2db3b02c;hb=ce1f098cd683f58c4d99bb1f53182f6f66c3f30c;hpb=aa33d8f8642530f7f266d6cde1422f95aa74b2be 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