forked from mirror/OpenTTD
(svn r12767) -Codechange: merge all main toolbar related functions into a single file instead of scattering the functionality over several files.
This commit is contained in:
@@ -17,8 +17,6 @@ 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();
|
||||
|
Reference in New Issue
Block a user