Files
Gryphn-Utils/utils/gryphn_bool.h
2025-06-06 20:26:42 -04:00

6 lines
69 B
C

#pragma once
typedef int gnBool;
#define gnFalse 0
#define gnTrue 1