Reviewed-on: #2 Co-authored-by: Abdelrahman <said.abdelrahman89@gmail.com> Co-committed-by: Abdelrahman <said.abdelrahman89@gmail.com>
18 lines
362 B
C
18 lines
362 B
C
#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_utils_win.c"
|
|
#include "mem_utils.c"
|
|
#include "mem_utils_posix.c"
|
|
#include "cpath.c"
|
|
#include "wapp_core.c"
|
|
|
|
#endif // !WAPP_OS_C
|