X-Git-Url: https://git.auder.net/?p=cgds.git;a=blobdiff_plain;f=src%2Ftypes.h;fp=src%2Ftypes.h;h=f202b26f78377b9a86ffe405fb2db9d8879a2eee;hp=99b6d2c73fe163a37b99cd1067d9f9d2f5927cbc;hb=1ff641f9960fa6c6081817a5641afb22fad91dcd;hpb=71e16e325e3936549a5f3a140e6298fce333fd27 diff --git a/src/types.h b/src/types.h index 99b6d2c..f202b26 100644 --- a/src/types.h +++ b/src/types.h @@ -8,6 +8,7 @@ #include #include +#include /** * @brief Signed integer type. @@ -24,14 +25,6 @@ typedef uint64_t UInt; */ typedef double Real; -/** - * @brief Boolean type (prefixed with C_ to avoid some conflicts). - */ -typedef enum { - C_FALSE = 0, ///< False is mapped to 0 - C_TRUE = 1 ///< True is mapped to 1 -} Bool; - /** * @brief Enumeration for the type of buffer or heap. */