(svn r14117) -Fix: compile failing because the language files can't be copied to the right directory when piping the output because during configure a wrong path would be written in a variable when passing the output into a file under MinGW. You get it? well, I do not.
/* $Id$ */
/** @file terraform_gui.h GUI stuff related to terraforming. */
#ifndef TERRAFORM_GUI_H
#define TERRAFORM_GUI_H
#include "window_type.h"
void CcTerraform(bool success, TileIndex tile, uint32 p1, uint32 p2);
void ShowTerraformToolbar(Window *link = NULL);
void ShowEditorTerraformToolbar();
#endif /* GUI_H */