diff -r 89a7f617e091 -r 360e57620df3 hedgewars/uFLNetProtocol.pas --- a/hedgewars/uFLNetProtocol.pas Thu May 21 00:19:06 2015 +0300 +++ b/hedgewars/uFLNetProtocol.pas Tue Jul 21 23:46:52 2015 +0300 @@ -4,10 +4,11 @@ procedure passNetData(p: pointer); cdecl; implementation +uses uFLNetTypes; procedure passNetData(p: pointer); cdecl; begin - writeln('meow') + end; end.