forked from mirror/OpenTTD
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
This commit is contained in:
@@ -23,16 +23,9 @@
|
||||
#include "window_func.h"
|
||||
#include "waypoint_base.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
#include "widgets/waypoint_widget.h"
|
||||
|
||||
/** Widget definitions for the waypoint window. */
|
||||
enum WaypointWindowWidgets {
|
||||
WAYPVW_CAPTION,
|
||||
WAYPVW_VIEWPORT,
|
||||
WAYPVW_CENTERVIEW,
|
||||
WAYPVW_RENAME,
|
||||
WAYPVW_SHOW_VEHICLES,
|
||||
};
|
||||
#include "table/strings.h"
|
||||
|
||||
/** GUI for accessing waypoints and buoys. */
|
||||
struct WaypointWindow : Window {
|
||||
|
Reference in New Issue
Block a user