Files
metadesk/code/base/base.c
T
2025-02-08 21:13:42 -05:00

26 lines
423 B
C

#ifdef INTELLISENSE_DIRECTIVES
# include "base.h"
#endif
#undef MARKUP_LAYER_COLOR
#define MARKUP_LAYER_COLOR 0.20f, 0.60f, 0.80f
#include "base.h"
#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