branch | qmlfrontend |
changeset 10951 | 89a7f617e091 |
child 10953 | 360e57620df3 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hedgewars/uFLNetProtocol.pas Thu May 21 00:19:06 2015 +0300 @@ -0,0 +1,13 @@ +unit uFLNetProtocol; +interface + +procedure passNetData(p: pointer); cdecl; + +implementation + +procedure passNetData(p: pointer); cdecl; +begin + writeln('meow') +end; + +end.