Files
ent_prop_test/wapp/wapp.c
T
2026-06-03 00:51:18 +01:00

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