Skip to content

Commit 52178f7

Browse files
committed
Merge pull request #2 from ZirconiumX/master
Fix the boolean fix
2 parents ea46444 + 2edb9f5 commit 52178f7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Firenzina/fire.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ along with this program. If not, see http://www.gnu.org/licenses/.
3030

3131
#include <stdio.h>
3232
#include <stdlib.h>
33-
#include <stdbool.h>
33+
34+
#define bool char
35+
36+
#define true 0
37+
#define false 1
3438

3539
#define WINDOWS
3640
//#define WINDOWS_X64

0 commit comments

Comments
 (0)