--- a/hedgewars/uIO.pas Sun Mar 21 18:42:34 2010 +0000
+++ b/hedgewars/uIO.pas Sun Mar 21 19:02:03 2010 +0000
@@ -25,8 +25,8 @@
var ipcPort: Word;
hiTicks: Word;
-procedure init_uIO;
-procedure free_uIO;
+procedure initModule;
+procedure freeModule;
procedure SendIPC(s: shortstring);
procedure SendIPCXY(cmd: char; X, Y: SmallInt);
@@ -347,7 +347,7 @@
if isInLag then fastUntilLag:= false
end;
-procedure init_uIO;
+procedure initModule;
begin
IPCSock:= nil;
@@ -360,7 +360,7 @@
ipcPort:= 0;
end;
-procedure free_uIO;
+procedure freeModule;
begin
end;