Separate out implementation to make looking at code files easier

This commit is contained in:
2025-08-19 22:53:19 +01:00
parent b87a0c473a
commit 78aa7d6fb3
5 changed files with 139 additions and 104 deletions

1
base.h
View File

@@ -33,7 +33,6 @@ typedef int32_t i32;
typedef int64_t i64;
/// String Views for my String Needs
typedef struct
{
u64 size;