Files
Gryphn-Utils/utils/gryphn_bool.h
2025-07-28 20:12:11 -04:00

7 lines
96 B
C

#pragma once
#include <stdint.h>
typedef uint32_t gnBool;
#define GN_FALSE 0
#define GN_TRUE 1