summaryrefslogtreecommitdiff
path: root/src/net/fwd.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-05-27 13:33:54 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-05-27 13:33:54 -0700
commitaf4acff261d579428e8eef042cc5359fa392f725 (patch)
treeca73d54da799c3751e87ec88a785d60e7561a2f0 /src/net/fwd.hpp
parentcac49afdef0992b93d8718fd928d73d721d434f4 (diff)
downloadtmwa-af4acff261d579428e8eef042cc5359fa392f725.tar.gz
tmwa-af4acff261d579428e8eef042cc5359fa392f725.tar.bz2
tmwa-af4acff261d579428e8eef042cc5359fa392f725.tar.xz
tmwa-af4acff261d579428e8eef042cc5359fa392f725.zip
Generate the char server protocol
Diffstat (limited to 'src/net/fwd.hpp')
-rw-r--r--src/net/fwd.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/fwd.hpp b/src/net/fwd.hpp
index ca54e8d..109aeed 100644
--- a/src/net/fwd.hpp
+++ b/src/net/fwd.hpp
@@ -27,4 +27,6 @@ class IP4Address;
class TimerData;
+enum class RecvResult;
+
#endif // TMWA_NET_FWD_HPP