diff -r be70fd3458c0 -r 079ef82eac75 hedgewars/uKeys.pas --- a/hedgewars/uKeys.pas Fri Nov 20 14:56:43 2009 +0000 +++ b/hedgewars/uKeys.pas Fri Nov 20 21:22:05 2009 +0000 @@ -16,10 +16,11 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA *) +{$INCLUDE "options.inc"} + unit uKeys; interface uses uConsts, SDLh; -{$INCLUDE "options.inc"} type TBinds = array[0..cKeyMaxIndex] of shortstring; type TKeyboardState = array[0..cKeyMaxIndex] of Byte;