Changeset - r28446:c732bb60e97c
[Not reviewed]
master
0 1 0
Peter Nelson - 4 months ago 2024-01-14 18:12:40
peter1138@openttd.org
Codechange: List functions in gui.h under correct source file. (#11775)
1 file changed with 17 insertions and 4 deletions:
src/gui.h
17
4
0 comments (0 inline, 0 general)
src/gui.h
Show inline comments
 
@@ -43,25 +43,38 @@ void ShowHeightmapLoad();
 
/* misc_gui.cpp */
 
void ShowLandInfo(TileIndex tile);
 
void ShowAboutWindow();
 
void ShowEstimatedCostOrIncome(Money cost, int x, int y);
 

	
 
/* tree_gui.cpp */
 
void ShowBuildTreesToolbar();
 

	
 
/* town_gui.cpp */
 
void ShowTownDirectory();
 
void ShowFoundTownWindow();
 

	
 
/* industry_gui.cpp */
 
void ShowIndustryDirectory();
 
void ShowIndustryCargoesWindow();
 
void ShowBuildIndustryWindow();
 

	
 
/* subsidy_gui.cpp */
 
void ShowSubsidiesList();
 

	
 
/* goal_gui.cpp */
 
void ShowGoalsList(CompanyID company);
 
void ShowGoalQuestion(uint16_t id, byte type, uint32_t button_mask, const std::string &question);
 

	
 
/* story_gui.cpp */
 
void ShowStoryBook(CompanyID company, uint16_t page_id = INVALID_STORY_PAGE);
 

	
 
void ShowEstimatedCostOrIncome(Money cost, int x, int y);
 

	
 
/* viewport_gui.cpp */
 
void ShowExtraViewportWindow(TileIndex tile = INVALID_TILE);
 
void ShowExtraViewportWindowForTileUnderCursor();
 

	
 
/* bridge_gui.cpp */
 
void ShowBuildBridgeWindow(TileIndex start, TileIndex end, TransportType transport_type, byte bridge_type);
 

	
 
void ShowBuildIndustryWindow();
 
void ShowFoundTownWindow();
 
/* music_gui.cpp */
 
void ShowMusicWindow();
 

	
 
#endif /* GUI_H */
0 comments (0 inline, 0 general)