organizing, resolving dependencies

This commit is contained in:
2025-02-01 14:28:12 -05:00
parent 1d0045b759
commit ffaa2ca19f
45 changed files with 387 additions and 18 deletions
+21
View File
@@ -0,0 +1,21 @@
#if MD_INTELLISENSE_DIRECTIVES
#include "arch.h"
#include "os.h"
#include "compiler.h"
#endif
#pragma region Mandatory Includes
# include <stdarg.h>
# include <stddef.h>
# if defined( MD_SYSTEM_WINDOWS )
# include <intrin.h>
# endif
#if MD_COMPILER_C
#include <assert.h>
#include <stdbool.h>
#endif
#pragma endregion Mandatory Includes