summaryrefslogtreecommitdiff
path: root/src/tree_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tree_cmd.h')
-rw-r--r--src/tree_cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tree_cmd.h b/src/tree_cmd.h
index de8d00179..8f2199e3e 100644
--- a/src/tree_cmd.h
+++ b/src/tree_cmd.h
@@ -12,7 +12,7 @@
#include "command_type.h"
-CommandProc CmdPlantTree;
+CommandCost CmdPlantTree(DoCommandFlag flags, TileIndex tile, TileIndex start_tile, byte tree_to_plant);
DEF_CMD_TRAIT(CMD_PLANT_TREE, CmdPlantTree, CMD_AUTO, CMDT_LANDSCAPE_CONSTRUCTION)