Update gryphn_bool.h

This commit is contained in:
Greg Wells
2025-06-06 20:26:42 -04:00
parent 2483e32a9a
commit 04a2f55c4c

View File

@@ -1,5 +1,5 @@
#pragma once #pragma once
typedef int gnBool; typedef int gnBool;
#define gnFalse 0; #define gnFalse 0
#define gnTrue 1; #define gnTrue 1