15 lines
281 B
C
15 lines
281 B
C
// 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
|