mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-02 20:58:14 +00:00
Initial upload
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
//~ Metadesk Library
|
||||
|
||||
// TODO(allen): Test including this after <Windows.h>
|
||||
|
||||
// NOTE(allen): Include the OS specific functions
|
||||
#if MD_OS_WINDOWS
|
||||
# include "md_win32.c"
|
||||
#elif MD_OS_LINUX
|
||||
# include "md_posix.c"
|
||||
#else
|
||||
# error No default implementation for this OS
|
||||
#endif
|
||||
|
||||
#include "md_malloc.c"
|
||||
|
||||
#include "md_impl.c"
|
||||
Reference in New Issue
Block a user