first commit

This commit is contained in:
Greg Wells
2025-05-05 19:29:42 -04:00
commit 406d669de0
284 changed files with 32727 additions and 0 deletions

5
src/utils/gryphn_bool.h Normal file
View File

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