mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-06 07:38:45 +00:00
adjusting repo for removing extra features not part of the original library
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user