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