Files
Gryphn/src/utils/gryphn_bool.h
2025-05-05 19:29:42 -04:00

6 lines
71 B
C

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