(svn r1750) - Feature: [ 1093261 ] Saving vehicle sorting criteria for each vehicle type (bociusz)

This commit is contained in:
darkvater
2005-01-31 11:03:23 +00:00
parent 7bbcf5875c
commit b64c375f2f
8 changed files with 51 additions and 25 deletions

3
gui.h
View File

@@ -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 */