Mercurial > hg > openttd
comparison src/window_type.h @ 10626:3189a053f43a draft
(svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus)
author | rubidium <rubidium@openttd.org> |
---|---|
date | Thu, 08 Jan 2009 16:35:45 +0000 |
parents | 12805d675e85 |
children | 7edccbb67398 |
comparison
equal
deleted
inserted
replaced
10625:f1f90bcb2752 | 10626:3189a053f43a |
---|---|
93 WC_VEHICLE_TIMETABLE, | 93 WC_VEHICLE_TIMETABLE, |
94 WC_BUILD_SIGNAL, | 94 WC_BUILD_SIGNAL, |
95 WC_COMPANY_PASSWORD_WINDOW, | 95 WC_COMPANY_PASSWORD_WINDOW, |
96 WC_OSK, | 96 WC_OSK, |
97 WC_WAYPOINT_VIEW, | 97 WC_WAYPOINT_VIEW, |
98 WC_SELECT_STATION, | |
98 | 99 |
99 WC_INVALID = 0xFFFF | 100 WC_INVALID = 0xFFFF |
100 }; | 101 }; |
101 | 102 |
102 struct Window; | 103 struct Window; |