From 34619a2202e9172b91cadb153f782b9c16e3f541 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 10 Jun 2023 19:40:18 +0300 Subject: [PATCH] Remove a debug oopsie --- src/header.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/header.h b/src/header.h index d654a3e..876002c 100644 --- a/src/header.h +++ b/src/header.h @@ -78,7 +78,7 @@ struct Options { }; // Type definitions -typedef uint32_t BOOL; +typedef bool BOOL; typedef uint8_t BYTE; typedef uint16_t WORD; typedef uint32_t DWORD;