draft of base.c

This commit is contained in:
2025-02-08 20:02:31 -05:00
parent 843cc7fa90
commit ad47dc037f
13 changed files with 119 additions and 168 deletions
+18
View File
@@ -2,4 +2,22 @@
# include "base.h"
#endif
#undef MARKUP_LAYER_COLOR
#define MARKUP_LAYER_COLOR 0.20f, 0.60f, 0.80f
#include "platform.c"
MD_NS_BEGIN
#include "debug.c"
#include "memory_substrate.c"
#include "arena.c"
#include "strings.c"
#include "text.c"
#include "thread_context.c"
#include "command_line.c"
#include "logger.c"
#include "entry_point.c"
#include "time.c"
MD_NS_END