equal
deleted
inserted
replaced
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 |