Furrent
types.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <cstdint>
4 
6 namespace fur {
7 
8 using TorrentID = int64_t;
9 
10 } // namespace fur
fur::TorrentID
int64_t TorrentID
Definition: types.hpp:8
fur
Common types used in all the project.
Definition: bencode_parser.cpp:7