aboutsummaryrefslogtreecommitdiff
path: root/server-v1/source/EpistmoolServer/Protocol/fwd.hpp
blob: 9ec40fb8fff1658802ac646a3561c3f670f6ad3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once 

namespace Epistmool::Server{

// Command.hpp
class ProtocolMessage;
class ProtocolRequest;
class ProtocolReply;

// Error.hpp
struct ProtocolError;

} // namespace Epistmool::Server