10 lines
132 B
C++
10 lines
132 B
C++
#pragma once
|
|
|
|
#include "uuid.h"
|
|
|
|
namespace TSE
|
|
{
|
|
uuids::uuid GenerateRandomUUID();
|
|
void InitRandomIDs();
|
|
} // namespace TSE
|