hedgewars/uGears.pas
changeset 2622 39932161194e
parent 2621 956ff066f3a5
child 2659 947fa21d5cd8
equal deleted inserted replaced
2621:956ff066f3a5 2622:39932161194e
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU General Public License
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  *)
    17  *)
    18 
    18 
       
    19 {$INCLUDE "options.inc"}
       
    20 
    19 unit uGears;
    21 unit uGears;
    20 interface
    22 interface
    21 uses SDLh, uConsts, uFloat;
    23 uses SDLh, uConsts, uFloat;
    22 {$INCLUDE "options.inc"}
       
    23 const AllInactive: boolean = false;
    24 const AllInactive: boolean = false;
    24       PrvInactive: boolean = false;
    25       PrvInactive: boolean = false;
    25 
    26 
    26 type PGear = ^TGear;
    27 type PGear = ^TGear;
    27 	TGearStepProcedure = procedure (Gear: PGear);
    28 	TGearStepProcedure = procedure (Gear: PGear);