Files @ r10877:d04796239c5e
Branch filter:

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

Yexo
(svn r15212) -Feature [FS#2566]: Change the dropdown box where you can chose which edges will be water to 4 pushbuttons (based on patch by planetmaker).
/* $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 */