Mercurial > hg > openttd
view src/terraform_gui.h @ 8506:85399f57c666 draft
(svn r12081) -Codechange: Rename table/roadveh.h to table/roadveh_movment.h
It is more descriptive name and it will not upset the generate script anymore
author | belugas <belugas@openttd.org> |
---|---|
date | Thu, 07 Feb 2008 17:01:06 +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 */