add the stuff

This commit is contained in:
Greg Wells
2025-05-13 18:01:27 -04:00
parent 6dd37c24a1
commit fd63b411d9
15 changed files with 730 additions and 0 deletions

5
src/gryphn_bool.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
typedef int gnBool;
#define gnFalse 0;
#define gnTrue 1;