base progress

This commit is contained in:
2025-02-01 22:58:35 -05:00
parent 97e54f15a3
commit 078bf4b271
22 changed files with 101 additions and 94 deletions
+6 -4
View File
@@ -1,8 +1,10 @@
#ifdef MD_INTELLISENSE_DIRECTIVES
#pragma once
#include "base_types.h"
#include "macros.h"
#include "linkage.h"
# pragma once
# include "context_cracking.h"
# include "linkage.h"
# include "macros.h"
# include "linkage.h"
# include "base_types.h"
#endif
// This provides an alterntive memory strategy to HMH/Casey Muratori/RJF styled arenas