diff options
Diffstat (limited to 'src/utils/uuid.hpp')
-rw-r--r-- | src/utils/uuid.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/utils/uuid.hpp b/src/utils/uuid.hpp new file mode 100644 index 0000000..d550475 --- /dev/null +++ b/src/utils/uuid.hpp @@ -0,0 +1,8 @@ +#pragma once + +#include <string> + +namespace utils +{ +std::string gen_uuid(); +} |