From 03862852b128748358dcb39ce50600eef0ba1a71 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 30 May 2022 12:31:23 +0200 Subject: use ncurses instead of poopy ui library --- shared/bool.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared') diff --git a/shared/bool.h b/shared/bool.h index 9ea97f7..4ffb6b4 100644 --- a/shared/bool.h +++ b/shared/bool.h @@ -4,6 +4,8 @@ /** @file bool.h */ +#ifndef bool typedef uint8_t bool; #define false 0 /* NOLINT */ #define true 1 /* NOLINT */ +#endif -- cgit v1.2.3