diff src/window_type.h @ 9949:d991fb317728 draft

(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.
author belugas <belugas@openttd.org>
date Wed, 20 Aug 2008 01:29:05 +0000 (2008-08-20)
parents 06914318bfa5
children c54d140df948
line wrap: on
line diff
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -94,6 +94,7 @@
 	WC_BUILD_SIGNAL,
 	WC_COMPANY_PASSWORD_WINDOW,
 	WC_OSK,
+	WC_WAYPOINT_VIEW,
 
 	WC_INVALID = 0xFFFF
 };