hedgewars/uKeys.pas
changeset 4403 0dfe26f48ec1
parent 4377 43945842da0c
child 4531 4ea193b0e378
--- a/hedgewars/uKeys.pas	Sun Nov 21 19:14:45 2010 +0300
+++ b/hedgewars/uKeys.pas	Sun Nov 21 19:41:19 2010 +0300
@@ -82,7 +82,7 @@
 {$ENDIF}
 {$ENDIF}
 implementation
-uses uConsole, uCommands, uMisc, uVariables, uConsts, uUtils, uIO;
+uses uConsole, uCommands, uMisc, uVariables, uConsts, uUtils, uDebug;
 
 var tkbd, tkbdn: TKeyboardState;
     KeyNames: array [0..cKeyMaxIndex] of string[15];