summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-08-23 10:59:03 +0000
committerdominik <dominik@openttd.org>2004-08-23 10:59:03 +0000
commita6f2257600b8818ceff54c4f2b7fee376f11cfe6 (patch)
tree03f736144e43a70ff9b3aaca01c983b5bc7d282c /window.h
parentcce45b44d8575bc60fe4b3c77c63987e40fc355a (diff)
downloadopenttd-a6f2257600b8818ceff54c4f2b7fee376f11cfe6.tar.xz
(svn r117) Feature: Performance details window in company league menu (TrueLight)
Diffstat (limited to 'window.h')
-rw-r--r--window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/window.h b/window.h
index 342768149..9f8f50be1 100644
--- a/window.h
+++ b/window.h
@@ -293,6 +293,7 @@ enum WindowEvents {
WE_DROPDOWN_SELECT = 16,
WE_RCLICK = 17,
WE_KEYPRESS = 18,
+ WE_CREATE = 19,
};