summaryrefslogtreecommitdiff
path: root/src/mmo
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-10-15 22:54:47 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-10-15 23:13:24 -0700
commita92502ebf69c011c0ee487921b2829686be60e15 (patch)
treef0759afa00cdfb4ca92f21f63a5c80ca2d23eddb /src/mmo
parent55534dc5b1874813249f17efe042294b01b8bd27 (diff)
downloadtmwa-a92502ebf69c011c0ee487921b2829686be60e15.tar.gz
tmwa-a92502ebf69c011c0ee487921b2829686be60e15.tar.bz2
tmwa-a92502ebf69c011c0ee487921b2829686be60e15.tar.xz
tmwa-a92502ebf69c011c0ee487921b2829686be60e15.zip
Split protocol generation headers
Diffstat (limited to 'src/mmo')
-rw-r--r--src/mmo/mmo.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mmo/mmo.hpp b/src/mmo/mmo.hpp
index d627c90..b5bcac8 100644
--- a/src/mmo/mmo.hpp
+++ b/src/mmo/mmo.hpp
@@ -25,7 +25,10 @@
#include "../compat/borrow.hpp"
#include "../compat/memory.hpp"
-#include "../proto2/types.hpp"
+#include "../proto2/net-CharData.hpp"
+#include "../proto2/net-CharKey.hpp"
+#include "../proto2/net-PartyMost.hpp"
+#include "../proto2/net-SkillValue.hpp"
namespace tmwa