// vim:fileencoding=utf-8:foldmethod=marker #ifndef WAPP_C #define WAPP_C #include "wapp.h" #include "primitives/wapp_primitives.c" #include "core/wapp_core.c" #include "prng/wapp_prng.c" #include "uuid/uuid.c" #include "testing/wapp_testing.c" #endif // !WAPP_C