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