Files
Gryphn-Utils/utils/gryphn_bool.h
2025-06-06 20:14:51 -04:00

6 lines
71 B
C

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