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
+4 -2
View File
@@ -1,16 +1,18 @@
#if MD_INTELLISENSE_DIRECTIVES
# pragma once
# include "context_cracking.h"
# include "linkage.h"
# include "macros.h"
#endif
#include <stdarg.h>
#include <stddef.h>
#if defined( MD_SYSTEM_WINDOWS )
#if defined( MD_OS_WINDOWS )
# include <intrin.h>
#endif
#if MD_COMPILER_C
#if MD_LANG_C
# include <assert.h>
# include <stdbool.h>
#endif