diff --git a/libs/bytebool.h b/libs/bytebool.h index ed7adf70..3214ab9a 100644 --- a/libs/bytebool.h +++ b/libs/bytebool.h @@ -25,8 +25,9 @@ // defines boolean and byte types usable in both c and c++ code // this header is not really meant for direct inclusion, // it is used by mathlib and cmdlib - +#ifndef __cplusplus #include +#endif typedef bool qboolean; //typedef enum { qfalse, qtrue } qboolean; typedef unsigned char byte;