forked from mirror/OpenTTD
(svn r12398) -Codechange [FS#1770]: Move toolbar related code to it's own little neighbourhood. Based on a patch by Dominik.
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
/* main_gui.cpp */
|
||||
void CcPlaySound10(bool success, TileIndex tile, uint32 p1, uint32 p2);
|
||||
void CcBuildCanal(bool success, TileIndex tile, uint32 p1, uint32 p2);
|
||||
void HandleOnEditText(const char *str);
|
||||
void InitializeGUI();
|
||||
Window *PopupMainPlayerToolbMenu(Window *w, int main_button, int gray);
|
||||
Window *PopupMainToolbMenu(Window *w, uint16 parent_button, StringID base_string, byte item_count, byte disabled_mask);
|
||||
|
||||
/* settings_gui.cpp */
|
||||
void ShowGameOptions();
|
||||
@@ -109,11 +113,8 @@ extern const TextColour _fios_colors[];
|
||||
void ShowBuildBridgeWindow(TileIndex start, TileIndex end, TransportType transport_type, byte bridge_type);
|
||||
|
||||
void ShowBuildIndustryWindow();
|
||||
void ShowBuildTownWindow();
|
||||
void ShowMusicWindow();
|
||||
|
||||
/* main_gui.cpp */
|
||||
void HandleOnEditText(const char *str);
|
||||
|
||||
void InitializeGUI();
|
||||
|
||||
#endif /* GUI_H */
|
||||
|
Reference in New Issue
Block a user