update some more things in utils

This commit is contained in:
Gregory Wells
2025-07-28 20:12:11 -04:00
parent d8d0ac2624
commit 08800c8de8
4 changed files with 6 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include <stdint.h>
typedef int gnBool;
#define gnFalse 0
#define gnTrue 1
typedef uint32_t gnBool;
#define GN_FALSE 0
#define GN_TRUE 1