hedgewars/uKeys.pas
changeset 345 fa39c61be4de
parent 299 098c722e13e1
child 351 29bc9c36ad5f
--- a/hedgewars/uKeys.pas	Mon Jan 15 23:25:44 2007 +0000
+++ b/hedgewars/uKeys.pas	Tue Jan 16 16:51:12 2007 +0000
@@ -18,8 +18,8 @@
 
 unit uKeys;
 interface
+uses uConsts;
 {$INCLUDE options.inc}
-uses uConsts;
 
 type TBinds = array[0..cKeyMaxIndex] of shortstring;