Files
openttd-cmclient/src/widgets/cargo_table_widget.h
T
Pavel Stupnikov afbb1b0617 update to 1.4.4
2015-01-02 04:56:11 +03:00

21 lines
507 B
C

/* $Id: cargo_table_widget.h 23600 2011-12-19 20:46:17Z TheDude $ */
/** @file cargo_table_widget.h Types related to the cargos widgets. */
#ifndef WIDGETS_CARGO_TABLE_WIDGET_H
#define WIDGETS_CARGO_TABLE_WIDGET_H
/** Widgets of the #CargosWindow class. */
enum CargosWidgets {
WID_CT_BACKGROUND, ///< Caption of the window.
WID_CT_CAPTION,
WID_CT_HEADER_CARGO,
WID_CT_HEADER_AMOUNT,
WID_CT_HEADER_INCOME,
WID_CT_LIST,
WID_CT_AMOUNT,
WID_CT_INCOME,
};
#endif /* WIDGETS_CARGO_TABLE_WIDGET_H */