From 2aa774e831ad1cb7849c998759449ef777c5c664 Mon Sep 17 00:00:00 2001 From: truebrain Date: Thu, 15 Dec 2011 22:22:55 +0000 Subject: (svn r23528) -Codechange: move widget enums to widgets/NNN_type.h --- src/waypoint_gui.cpp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'src/waypoint_gui.cpp') diff --git a/src/waypoint_gui.cpp b/src/waypoint_gui.cpp index 673ddfd3b..e9e9b6436 100644 --- a/src/waypoint_gui.cpp +++ b/src/waypoint_gui.cpp @@ -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 { -- cgit v1.2.3-54-g00ecf