Files @ r8615:80a1f1db1d98
Branch filter:

Location: cpp/openttd-patchpack/source/src/terraform_gui.h

peter1138
(svn r12198) -Fix [FS#1789]: "Transparent buildings" now only toggles buildings, so show tick when buildings are transparent.
/* $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 */