From 04a2f55c4ce1732f37abc31dffa088de8b9fbc54 Mon Sep 17 00:00:00 2001 From: Greg Wells Date: Fri, 6 Jun 2025 20:26:42 -0400 Subject: [PATCH] Update gryphn_bool.h --- utils/gryphn_bool.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/gryphn_bool.h b/utils/gryphn_bool.h index 3199dbc..66025e5 100644 --- a/utils/gryphn_bool.h +++ b/utils/gryphn_bool.h @@ -1,5 +1,5 @@ #pragma once typedef int gnBool; -#define gnFalse 0; -#define gnTrue 1; +#define gnFalse 0 +#define gnTrue 1