hedgewars/uFLNetProtocol.pas
branchqmlfrontend
changeset 10953 360e57620df3
parent 10951 89a7f617e091
child 11413 ffff8a0d1a76
--- 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.