Move os layer to be part of the core
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
#ifndef WAPP_OS_C
|
||||
#define WAPP_OS_C
|
||||
|
||||
#include "wapp_os.h"
|
||||
#include "termcolour_win.c"
|
||||
#include "termcolour_posix.c"
|
||||
#include "termcolour.c"
|
||||
#include "commander_win.c"
|
||||
#include "commander.c"
|
||||
#include "commander_posix.c"
|
||||
#include "mem_os_win.c"
|
||||
#include "mem_os.c"
|
||||
#include "mem_os_posix.c"
|
||||
#include "cpath.c"
|
||||
#include "wapp_core.c"
|
||||
|
||||
#endif // !WAPP_OS_C
|
||||
Reference in New Issue
Block a user