diff options
Diffstat (limited to 'server-v1/source/EpistmoolServer/Protocol/fwd.hpp')
-rw-r--r-- | server-v1/source/EpistmoolServer/Protocol/fwd.hpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/server-v1/source/EpistmoolServer/Protocol/fwd.hpp b/server-v1/source/EpistmoolServer/Protocol/fwd.hpp new file mode 100644 index 0000000..adf8138 --- /dev/null +++ b/server-v1/source/EpistmoolServer/Protocol/fwd.hpp @@ -0,0 +1,13 @@ +#pragma once + +namespace Epistmool::Server{ + +// Command.hpp +class ProtocolMessage; +struct ProtocolRequest; +struct ProtocolReply; + +// Error.hpp +struct ProtocolError; + +} // namespace Epistmool::Server |