#pragma once namespace Epistmool::Server{ // Command.hpp class ProtocolMessage; class ProtocolRequest; class ProtocolReply; // Error.hpp struct ProtocolError; } // namespace Epistmool::Server