adjusting repo for removing extra features not part of the original library

This commit is contained in:
ed
2025-02-12 13:57:45 -05:00
parent ea67e889e0
commit d569b93bbd
59 changed files with 4 additions and 202 deletions
+38
View File
@@ -0,0 +1,38 @@
#include "metadesk.h"
#undef MARKUP_LAYER_COLOR
#define MARKUP_LAYER_COLOR 0.20f, 0.60f, 0.80f
#include "base/platform.c"
#define STB_SPRINTF_IMPLEMENTATION
#if BUILD_STATIC
# #define STB_SPRINTF_STATIC
#endif
#include "third_party/stb/stb_sprintf.h"
MD_NS_BEGIN
#include "base/debug.c"
#include "base/memory_substrate.c"
#include "base/arena.c"
#include "base/strings.c"
#include "base/text.c"
#include "base/thread_context.c"
#include "base/markup.c"
#include "base/command_line.c"
#include "base/logger.c"
#include "base/entry_point.c"
#include "base/time.c"
#if OS_WINDOWS
# include "os/win32/os_win32.c"
#elif OS_LINUX
# include "os/win32/os_win32.c"
#endif
#include "os/os.c"
#include "mdesk/mdesk.c"
MD_NS_END