Unravel Engine C++ Reference
Loading...
Searching...
No Matches
uuid.h
Go to the documentation of this file.
1#pragma once
2
3#include <hpp/uuid.hpp>
4
5namespace unravel
6{
7
8auto generate_uuid() -> hpp::uuid;
9auto generate_uuid(const std::string& key) -> hpp::uuid;
10
11}
auto generate_uuid() -> hpp::uuid
Definition uuid.cpp:25