gameServer2/src/protocol/mod.rs
changeset 12133 81df2e1f9ae9
parent 12132 1525923cd7e3
child 12136 e25a82ce2374
--- a/gameServer2/src/protocol/mod.rs	Sat Jan 07 21:34:00 2017 +0300
+++ b/gameServer2/src/protocol/mod.rs	Sun Jan 08 23:57:45 2017 +0300
@@ -3,6 +3,7 @@
 use std::io::Result;
 
 mod messages;
+mod parser;
 
 pub struct FrameDecoder {
     buf: netbuf::Buf,