Shkyera Engine
Easy to use, game engine for Python
UUID.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <stdint.h>
4 
5 namespace shkyera::UUID {
6 
12 uint64_t getUUID();
13 
14 } // namespace shkyera::UUID
Definition: UUID.cpp:3
uint64_t getUUID()
Generate a unique 64-bit UUID.
Definition: UUID.cpp:7