first commit
This commit is contained in:
9
include/sp/Types.h
Normal file
9
include/sp/Types.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace sp {
|
||||
|
||||
using PeerID = std::uint16_t;
|
||||
|
||||
} // namespace sp
|
||||
Reference in New Issue
Block a user