terraform_gui.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00012 #ifndef TERRAFORM_GUI_H
00013 #define TERRAFORM_GUI_H
00014
00015 #include "window_type.h"
00016
00017 void CcTerraform(bool success, TileIndex tile, uint32 p1, uint32 p2);
00018
00019 Window *ShowTerraformToolbar(Window *link = NULL);
00020 void ShowTerraformToolbarWithTool(uint16 key, uint16 keycode);
00021 Window *ShowEditorTerraformToolbar();
00022 void ShowEditorTerraformToolbarWithTool(uint16 key, uint16 keycode);
00023
00024 #endif