SOLA
Loading...
Searching...
No Matches
solanet
include
solanet
uuid_generator.h
1
// Copyright The SOLA Contributors
2
//
3
// Licensed under the MIT License.
4
// For details on the licensing terms, see the LICENSE file.
5
// SPDX-License-Identifier: MIT
6
7
#ifndef SOLANET_UUID_GENERATOR_H_
8
#define SOLANET_UUID_GENERATOR_H_
9
10
#include "solanet/uuid.h"
11
12
namespace
solanet {
13
15
UUID generateUUID();
16
}
// namespace solanet
17
18
#endif
// SOLANET_UUID_GENERATOR_H_
Generated by
1.9.8