add the stuff
This commit is contained in:
5
src/gryphn_bool.h
Normal file
5
src/gryphn_bool.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
typedef int gnBool;
|
||||
#define gnFalse 0;
|
||||
#define gnTrue 1;
|
Reference in New Issue
Block a user