gemini-server/include/network.hpp

16 lines
230 B
C++

#ifndef GEMINISERVER_NETWORK_HPP
#define GEMINISERVER_NETWORK_HPP
namespace gemini {
/**
* \brief This class is used for all the network things for the server.
*/
class Network {
};
}
#endif //GEMINISERVER_NETWORK_HPP