]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/bytebool.h
eol style
[xonotic/netradiant.git] / libs / bytebool.h
index 9253bd350d485f654c84d0bd4ca05b87570ecfba..e0617893f7fcf354e773fa2b1fc58ea4a32db615 100644 (file)
@@ -1,20 +1,20 @@
-#ifndef __BYTEBOOL__\r
-#define __BYTEBOOL__\r
-\r
-// bool is a C++ type\r
-// if we are compiling for C, use an enum\r
-\r
-// this header is not really meant for direct inclusion,\r
-// it is used by mathlib and cmdlib\r
-\r
-#ifdef __cplusplus\r
-typedef bool qboolean;\r
-#define qtrue true\r
-#define qfalse false\r
-#else\r
-typedef enum { qfalse, qtrue } qboolean;\r
-#endif\r
-\r
-typedef unsigned char byte;\r
-\r
-#endif\r
+#ifndef __BYTEBOOL__
+#define __BYTEBOOL__
+
+// bool is a C++ type
+// if we are compiling for C, use an enum
+
+// this header is not really meant for direct inclusion,
+// it is used by mathlib and cmdlib
+
+#ifdef __cplusplus
+typedef bool qboolean;
+#define qtrue true
+#define qfalse false
+#else
+typedef enum { qfalse, qtrue } qboolean;
+#endif
+
+typedef unsigned char byte;
+
+#endif