9 lines
145 B
C
9 lines
145 B
C
#ifndef WAPP_UUID_C
|
|
#define WAPP_UUID_C
|
|
|
|
#include "uuid.c"
|
|
#include "../core/wapp_core.c"
|
|
#include "../prng/wapp_prng.c"
|
|
|
|
#endif // !WAPP_UUID_C
|