diff -r 91fb710a6668 -r d1eb1560b4d5 hedgewars/PascalExports.pas --- a/hedgewars/PascalExports.pas Tue Apr 19 15:34:21 2011 -0400 +++ b/hedgewars/PascalExports.pas Wed Apr 20 05:26:47 2011 +0200 @@ -28,10 +28,11 @@ * http://en.wikipedia.org/wiki/X86_calling_conventions#cdecl *) interface -uses uTypes, uConsts, uVariables, GLunit, uKeys, uChat, uSound, uAmmos, uUtils, +uses uTypes, uConsts, uVariables, GLunit, uKeys, uSound, uAmmos, uUtils, uCommands, uMobile; {$INCLUDE "config.inc"} +procedure HW_versionInfo(netProto: PLongInt; versionStr: PPChar); cdecl; export; implementation {$IFDEF HWLIBRARY} @@ -165,12 +166,6 @@ chatAction:= true; end; -procedure HW_chatEnd; cdecl; export; -begin - KeyPressChat(27); // esc - cleans buffer - KeyPressChat(13); // enter - removes chat -end; - procedure HW_screenshot; cdecl; export; begin flagMakeCapture:= true;