GUI for cargo destinations. More...
#include "stdafx.h"
#include "window_gui.h"
#include "gfx_func.h"
#include "strings_func.h"
#include "cargodest_base.h"
#include "cargodest_gui.h"
#include "town.h"
#include "industry.h"
#include "string_func.h"
#include "gui.h"
#include "viewport_func.h"
#include "table/strings.h"
Go to the source code of this file.
Functions | |
int CDECL | CargoLinkSorter (const GUICargoLink *a, const GUICargoLink *b) |
Variables | |
static const CargoSourceSink * | _cur_cargo_source |
GUI for cargo destinations.
Definition in file cargodest_gui.cpp.