gui.h
changeset 1705 4ea793da2522
parent 1632 10c391e108b7
child 1879 b037d07154c6
equal deleted inserted replaced
1704:6054160187df 1705:4ea793da2522
   140 void ShowBuildIndustryWindow(void);
   140 void ShowBuildIndustryWindow(void);
   141 void ShowQueryString(StringID str, StringID caption, uint maxlen, uint maxwidth, WindowClass window_class, WindowNumber window_number);
   141 void ShowQueryString(StringID str, StringID caption, uint maxlen, uint maxwidth, WindowClass window_class, WindowNumber window_number);
   142 void ShowMusicWindow(void);
   142 void ShowMusicWindow(void);
   143 
   143 
   144 /* main_gui.c */
   144 /* main_gui.c */
   145 VARDEF byte _newspaper_flag;
       
   146 VARDEF byte _construct_mode;
   145 VARDEF byte _construct_mode;
   147 VARDEF byte _station_show_coverage;
   146 VARDEF byte _station_show_coverage;
   148 VARDEF PlaceProc *_place_proc;
   147 VARDEF PlaceProc *_place_proc;
   149 VARDEF bool _no_button_sound;
   148 VARDEF bool _no_button_sound;
   150 
   149