add uuid source files

were missed last commit related to uuids
This commit is contained in:
Lion Kortlepel
2022-10-26 15:16:01 +02:00
parent 3781f2960a
commit c51d713969
2 changed files with 24 additions and 0 deletions

10
include/Uuid.h Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
#include <string>
namespace uuid {
std::string GenerateUuid();
}