Skip to content

Commit 2edb9f5

Browse files
committed
Fix the fix of the boolean fix
1 parent 30b01d2 commit 2edb9f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Firenzina/fire.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ along with this program. If not, see http://www.gnu.org/licenses/.
3333

3434
#define bool char
3535

36+
#define true 0
37+
#define false 1
38+
3639
#define WINDOWS
3740
//#define WINDOWS_X64
3841

0 commit comments

Comments
 (0)