finished with base?

This commit is contained in:
ed
2025-02-07 17:11:28 -05:00
parent 4ba6e69156
commit d7498d9511
13 changed files with 268 additions and 122 deletions
+34
View File
@@ -0,0 +1,34 @@
#ifdef INTELLISENSE_DIRECTIVES
# pragma once
#endif
#include "context_cracking.h"
#include "platform.h"
#include "linkage.h"
#include "macros.h"
#include "generic_macros.h"
#include "profiling.h"
#include "namespace.h"
MD_NS_BEGIN
#include "base_types.h"
#include "ring.h"
#include "debug.h"
#include "memory.h"
#include "memory_substrate.h"
#include "arena.h"
#include "space.h"
#include "math.h"
#include "sort.h"
#include "toolchain.h"
#include "strings.h"
#include "thread_context.h"
#include "command_line.h"
#include "markup.h"
#include "logger.h"
#include "entry_point.h"
#include "time.h"
#include "file.h"
MD_NS_END