This commit is contained in:
ed
2025-02-08 20:07:10 -05:00
parent ad47dc037f
commit 14d6c45e91
6 changed files with 163 additions and 113 deletions
+14 -2
View File
@@ -1,5 +1,17 @@
// metadesk source: intended for "As-Is" library usage
#ifdef INTELLISENSE_DIRECTIVES
# include "metadesk.h"
#endif
#include "metadesk.h"
#include "base/base.c"
#if OS_WINDOWS
# include "os/win32/os_win32.c"
#elif OS_LINUX
# include "os/linux/os_linux.c"
#else
# error OS core layer not implemented for this operating system.
#endif
#include "os/os.c"
#include "mdesk/mdesk.c"