added basic structures
This commit is contained in:
8
TSE_Base/src/IdGenerator.hpp
Normal file
8
TSE_Base/src/IdGenerator.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "uuid.h"
|
||||
|
||||
namespace TSE
|
||||
{
|
||||
uuids::uuid GenerateRandomUUID();
|
||||
} // namespace TSE
|
||||
Reference in New Issue
Block a user