view src/terraform_gui.h @ 10515:7156262cf0c9 draft

(svn r14772) -Codechange: make the "dump log of game to reproduce" desync debug stuff a runtime configurable debug option instead of a compile time option.
author rubidium <rubidium@openttd.org>
date Mon, 29 Dec 2008 21:50:25 +0000
parents 0d3299690c51
children 7f4295a66bff
line wrap: on
line source

/* $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 */