mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-03 22:36:23 +00:00
10 lines
82 B
C++
10 lines
82 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace uuid {
|
|
|
|
std::string GenerateUuid();
|
|
|
|
}
|