hedgewars/uAIActions.pas
changeset 2599 c7153d2348f3
parent 1066 1f1b3686a2b0
child 2630 079ef82eac75
equal deleted inserted replaced
2598:e118329666ff 2599:c7153d2348f3
    17  *)
    17  *)
    18 
    18 
    19 unit uAIActions;
    19 unit uAIActions;
    20 interface
    20 interface
    21 uses uGears, uFloat;
    21 uses uGears, uFloat;
    22 {$INCLUDE options.inc}
    22 {$INCLUDE "options.inc"}
    23 const MAXACTIONS = 96;
    23 const MAXACTIONS = 96;
    24       aia_none       = 0;
    24       aia_none       = 0;
    25       aia_Left       = 1;
    25       aia_Left       = 1;
    26       aia_Right      = 2;
    26       aia_Right      = 2;
    27       aia_Timer      = 3;
    27       aia_Timer      = 3;