diff options
Diffstat (limited to 'src/shared/stdbool.h')
-rw-r--r-- | src/shared/stdbool.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/shared/stdbool.h b/src/shared/stdbool.h deleted file mode 100644 index 733ec28..0000000 --- a/src/shared/stdbool.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef MELVIX_STDBOOL_H -#define MELVIX_STDBOOL_H - -typedef int bool; - -#define true 1 -#define false 0 - -// For the strange people in the world -#define TRUE 1 -#define FALSE 0 - -#endif
\ No newline at end of file |