OpenTTD
dock_widget.h
Go to the documentation of this file.
1 /*
2  * This file is part of OpenTTD.
3  * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
4  * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
5  * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
6  */
7 
10 #ifndef WIDGETS_DOCK_WIDGET_H
11 #define WIDGETS_DOCK_WIDGET_H
12 
18 };
19 
30 
32 };
33 
34 #endif /* WIDGETS_DOCK_WIDGET_H */
Build river button (in scenario editor).
Definition: dock_widget.h:28
Build depot button.
Definition: dock_widget.h:25
Build station button.
Definition: dock_widget.h:26
Background of the window.
Definition: dock_widget.h:15
Y-direction button.
Definition: dock_widget.h:17
X-direction button.
Definition: dock_widget.h:16
Build buoy button.
Definition: dock_widget.h:27
DockToolbarWidgets
Widgets of the BuildDocksToolbarWindow class.
Definition: dock_widget.h:21
Demolish aka dynamite button.
Definition: dock_widget.h:24
Build aqueduct button.
Definition: dock_widget.h:29
Build lock button.
Definition: dock_widget.h:23
Build canal button.
Definition: dock_widget.h:22
Used to initialize a variable.
Definition: dock_widget.h:31
BuildDockDepotWidgets
Widgets of the BuildDocksDepotWindow class.
Definition: dock_widget.h:14