mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-15 22:11:29 -07:00
draft of base.c
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user