base progress

This commit is contained in:
ed
2025-02-01 22:38:48 -05:00
parent b414214aa4
commit 97e54f15a3
31 changed files with 429 additions and 239 deletions
+2 -8
View File
@@ -1,12 +1,8 @@
#if MD_INTELLISENSE_DIRECTIVES
#pragma once
#include "cracking_arch.h"
#include "cracking_os.h"
#include "cracking_compiler.h"
# pragma once
# include "context_cracking.h"
#endif
#pragma region Mandatory Includes
#include <stdarg.h>
#include <stddef.h>
@@ -18,5 +14,3 @@
# include <assert.h>
# include <stdbool.h>
#endif
#pragma endregion Mandatory Includes