src/terraform_gui.h
branchNewGRF_ports
changeset 6872 1c4a4a609f85
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
       
     1 /* $Id$ */
       
     2 
       
     3 /** @file terraform_gui.h GUI stuff related to terraforming. */
       
     4 
       
     5 #ifndef TERRAFORM_GUI_H
       
     6 #define TERRAFORM_GUI_H
       
     7 
       
     8 #include "window_type.h"
       
     9 
       
    10 void CcTerraform(bool success, TileIndex tile, uint32 p1, uint32 p2);
       
    11 
       
    12 void ShowTerraformToolbar(Window *link = NULL);
       
    13 void ShowEditorTerraformToolbar();
       
    14 
       
    15 #endif /* GUI_H */