src/station_gui.h
changeset 9297 1cb8d7bbdc8a
parent 8846 1b90782b2c4e
child 10207 c291a21b304e
equal deleted inserted replaced
9296:b7375d368dc9 9297:1cb8d7bbdc8a
    46 	SVW_PLANES,          ///< List of scheduled planes button
    46 	SVW_PLANES,          ///< List of scheduled planes button
    47 	SVW_SHIPS,           ///< List of scheduled ships button
    47 	SVW_SHIPS,           ///< List of scheduled ships button
    48 	SVW_RESIZE,          ///< Resize button
    48 	SVW_RESIZE,          ///< Resize button
    49 };
    49 };
    50 
    50 
    51 /* sorter stuff */
       
    52 void RebuildStationLists();
       
    53 void ResortStationLists();
       
    54 
       
    55 enum StationCoverageType {
    51 enum StationCoverageType {
    56 	SCT_PASSENGERS_ONLY,
    52 	SCT_PASSENGERS_ONLY,
    57 	SCT_NON_PASSENGERS_ONLY,
    53 	SCT_NON_PASSENGERS_ONLY,
    58 	SCT_ALL
    54 	SCT_ALL
    59 };
    55 };