// Defines for inventory items in car game #define INV_FUEL 0 #define INV_CANNON 21 #define INV_SMOKESCREEN 22 #define INV_OIL 23 #define INV_MISSILE 1 #define INV_IMISSILE 2 #define INV_MINE 3 #define INV_TURBO 4