src/terraform_gui.h
author frosch
Wed, 20 Feb 2008 15:13:42 +0000
changeset 9107 3e57b96e98f2
parent 8701 051036216675
permissions -rw-r--r--
(svn r12193) -Codechange: Rename a magic variable, give it a decent type, and remove a 'goto'.
/* $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 */