Add wapp locally
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
// vim:fileencoding=utf-8:foldmethod=marker
|
||||
|
||||
#ifndef WAPP_C
|
||||
#define WAPP_C
|
||||
|
||||
#include "wapp.h"
|
||||
#include "base/wapp_base.c"
|
||||
#include "os/wapp_os.c"
|
||||
#include "log/wapp_log.c"
|
||||
#include "prng/wapp_prng.c"
|
||||
#include "uuid/wapp_uuid.c"
|
||||
#include "testing/wapp_testing.c"
|
||||
|
||||
#endif // !WAPP_C
|
||||
Reference in New Issue
Block a user