Capycore Engine  0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
Loading...
Searching...
No Matches
uuid.h
Go to the documentation of this file.
1#pragma once
2#include <string>
3
4namespace uuid {
9std::string generate_uuid_v4();
10} // namespace uuid
Definition uuid.h:4
std::string generate_uuid_v4()
Generates a random UUID version 4 string.