From 0e272f2d1006206baa7820cbbf04e3617feabb9d Mon Sep 17 00:00:00 2001 From: darkvater Date: Mon, 31 Jan 2005 11:03:23 +0000 Subject: (svn r1750) - Feature: [ 1093261 ] Saving vehicle sorting criteria for each vehicle type (bociusz) --- gui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gui.h') 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 */ -- cgit v1.2.3-54-g00ecf