mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-07 16:26:04 +00:00
add uuid source files
were missed last commit related to uuids
This commit is contained in:
10
include/Uuid.h
Normal file
10
include/Uuid.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace uuid {
|
||||
|
||||
std::string GenerateUuid();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user