From d096431936f2a41ac84258073e04cc626f45ab9a Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 20 Aug 2008 01:29:05 +0000 Subject: (svn r14104) -Feature: Add a window for waypoints, allowing to view all the trains having the selected waypoint in their orders. Changing its name is also supported from the same new window. Gui based on work done by Satyap, on FS#2025. --- src/window_type.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/window_type.h') diff --git a/src/window_type.h b/src/window_type.h index 2dc4ba584..0150f64da 100644 --- a/src/window_type.h +++ b/src/window_type.h @@ -94,6 +94,7 @@ enum WindowClass { WC_BUILD_SIGNAL, WC_COMPANY_PASSWORD_WINDOW, WC_OSK, + WC_WAYPOINT_VIEW, WC_INVALID = 0xFFFF }; -- cgit v1.2.3-54-g00ecf