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