changeset 2630 | 079ef82eac75 |
parent 2613 | e873f4bfed09 |
child 2671 | 7e0f88013fe8 |
--- 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;