(svn r16497) -Feature [FS#2870]: Q/W/E/D will now open the landscape toolbar and select appropriate tool
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
|
||||
void CcTerraform(bool success, TileIndex tile, uint32 p1, uint32 p2);
|
||||
|
||||
void ShowTerraformToolbar(Window *link = NULL);
|
||||
void ShowEditorTerraformToolbar();
|
||||
Window *ShowTerraformToolbar(Window *link = NULL);
|
||||
void ShowTerraformToolbarWithTool(uint16 key, uint16 keycode);
|
||||
Window *ShowEditorTerraformToolbar();
|
||||
void ShowEditorTerraformToolbarWithTool(uint16 key, uint16 keycode);
|
||||
|
||||
#endif /* GUI_H */
|
||||
|
Reference in New Issue
Block a user