src/aircraft.h
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6870 ca3fd1fbe311
child 6877 889301acc299
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
     4 
     4 
     5 #ifndef AIRCRAFT_H
     5 #ifndef AIRCRAFT_H
     6 #define AIRCRAFT_H
     6 #define AIRCRAFT_H
     7 
     7 
     8 #include "station_map.h"
     8 #include "station_map.h"
     9 #include "vehicle.h"
     9 #include "vehicle_base.h"
    10 #include "engine.h"
    10 #include "engine.h"
    11 #include "variables.h"
       
    12 
    11 
    13 /** An aircraft can be one ot those types */
    12 /** An aircraft can be one ot those types */
    14 enum AircraftSubType {
    13 enum AircraftSubType {
    15 	AIR_HELICOPTER = 0, ///< an helicopter
    14 	AIR_HELICOPTER = 0, ///< an helicopter
    16 	AIR_AIRCRAFT   = 2, ///< an airplane
    15 	AIR_AIRCRAFT   = 2, ///< an airplane