File diff r14247:2f155b9f20db → r14248:a9050881acd7
src/vehicle_gui_base.h
Show inline comments
 
@@ -10,12 +10,13 @@
 
/** @file vehicle_gui_base.h Functions/classes shared between the different vehicle list GUIs. */
 

	
 
#ifndef VEHICLE_GUI_BASE_H
 
#define VEHICLE_GUI_BASE_H
 

	
 
#include "sortlist_type.h"
 
#include "window_gui.h"
 

	
 
typedef GUIList<const Vehicle*> GUIVehicleList;
 

	
 
struct BaseVehicleListWindow : public Window {
 
	GUIVehicleList vehicles;  ///< The list of vehicles
 
	Listing *sorting;         ///< Pointer to the vehicle type related sorting.