summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-01-31 11:03:23 +0000
committerdarkvater <darkvater@openttd.org>2005-01-31 11:03:23 +0000
commit0e272f2d1006206baa7820cbbf04e3617feabb9d (patch)
tree6cfb4e4ff6887ed491747fa9b1aa2d19063aab51 /gui.h
parentbb680056b1004ca5e8e74786764061aeedf9c188 (diff)
downloadopenttd-0e272f2d1006206baa7820cbbf04e3617feabb9d.tar.xz
(svn r1750) - Feature: [ 1093261 ] Saving vehicle sorting criteria for each vehicle type (bociusz)
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui.h b/gui.h
index 2f790f15e..7a820b675 100644
--- a/gui.h
+++ b/gui.h
@@ -126,4 +126,7 @@ VARDEF byte _station_show_coverage;
VARDEF PlaceProc *_place_proc;
VARDEF bool _no_button_sound;
+/* vehicle_gui.c */
+void InitializeGUI(void);
+
#endif /* GUI_H */