summaryrefslogtreecommitdiff
path: root/src/openttd.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-01 21:40:18 +0000
committerrubidium <rubidium@openttd.org>2007-12-01 21:40:18 +0000
commit08ab4e185000994c311d0c3c8c3b8d886815bfdd (patch)
tree8ec734ed0a2a9a32ec6f41bd88a23a1c56fa4b11 /src/openttd.h
parent0feaee4124e3905eea2b214142eb7f91919d7738 (diff)
downloadopenttd-08ab4e185000994c311d0c3c8c3b8d886815bfdd.tar.xz
(svn r11547) -Add: signal selection GUI for the ones that really like to use that over CTRL. Patch by BigBB.
Diffstat (limited to 'src/openttd.h')
-rw-r--r--src/openttd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openttd.h b/src/openttd.h
index 7a478655a..398469940 100644
--- a/src/openttd.h
+++ b/src/openttd.h
@@ -581,6 +581,7 @@ enum WindowClass {
WC_CONFIRM_POPUP_QUERY,
WC_TRANSPARENCY_TOOLBAR,
WC_VEHICLE_TIMETABLE,
+ WC_BUILD_SIGNAL,
};