From 58cff7b081ce9ea4b5314cf8324ca60607389d15 Mon Sep 17 00:00:00 2001 From: Michael Lutz Date: Sun, 21 Nov 2021 23:03:44 +0100 Subject: Codechange: Un-bitstuff the remaining on-map commands. --- src/viewport_cmd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/viewport_cmd.h') diff --git a/src/viewport_cmd.h b/src/viewport_cmd.h index f549d755e..0cae1d931 100644 --- a/src/viewport_cmd.h +++ b/src/viewport_cmd.h @@ -11,8 +11,9 @@ #define VIEWPORT_CMD_H #include "command_type.h" +#include "viewport_type.h" -CommandProc CmdScrollViewport; +CommandCost CmdScrollViewport(DoCommandFlag flags, TileIndex tile, ViewportScrollTarget target, uint32 ref); DEF_CMD_TRAIT(CMD_SCROLL_VIEWPORT, CmdScrollViewport, CMD_DEITY, CMDT_OTHER_MANAGEMENT) -- cgit v1.2.3-54-g00ecf