variables.h
changeset 1770 b6bda4dc6da2
parent 1751 954dd2900ac9
child 1777 d328484bd6f2
equal deleted inserted replaced
1769:0a51d1534f06 1770:b6bda4dc6da2
     7 #if !defined(MAX_PATH)
     7 #if !defined(MAX_PATH)
     8 # define MAX_PATH 260
     8 # define MAX_PATH 260
     9 #endif
     9 #endif
    10 
    10 
    11 typedef uint16 UnitID;   //! All unitnumber stuff is of this type (or anyway, should be)
    11 typedef uint16 UnitID;   //! All unitnumber stuff is of this type (or anyway, should be)
       
    12 typedef uint16 EngineID; //! All enginenumbers should be of this type
    12 
    13 
    13 // Prices and also the fractional part.
    14 // Prices and also the fractional part.
    14 VARDEF Prices _price;
    15 VARDEF Prices _price;
    15 VARDEF uint16 _price_frac[NUM_PRICES];
    16 VARDEF uint16 _price_frac[NUM_PRICES];
    16 
    17