summaryrefslogtreecommitdiff
path: root/src/town_cmd.h
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2021-10-10 02:35:06 +0200
committerMichael Lutz <michi@icosahedron.de>2021-12-16 22:28:32 +0100
commit123c7f99c342aa9eb7ca505f0b49257fc8eee7ff (patch)
treeeaa3f1c377393e03263a974b7080eacc6f80ae77 /src/town_cmd.h
parent7048e1522f7095e7c716c2488d78711ab6ed912c (diff)
downloadopenttd-123c7f99c342aa9eb7ca505f0b49257fc8eee7ff.tar.xz
Codechange: Move command callback declarations to the cmd header files.
Diffstat (limited to 'src/town_cmd.h')
-rw-r--r--src/town_cmd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/town_cmd.h b/src/town_cmd.h
index bd4f4de11..7842e7dda 100644
--- a/src/town_cmd.h
+++ b/src/town_cmd.h
@@ -32,4 +32,7 @@ DEF_CMD_TRAIT(CMD_TOWN_SET_TEXT, CmdTownSetText, CMD_DEITY | CMD_STR_CTRL,
DEF_CMD_TRAIT(CMD_EXPAND_TOWN, CmdExpandTown, CMD_DEITY, CMDT_LANDSCAPE_CONSTRUCTION)
DEF_CMD_TRAIT(CMD_DELETE_TOWN, CmdDeleteTown, CMD_OFFLINE, CMDT_LANDSCAPE_CONSTRUCTION)
+CommandCallback CcFoundTown;
+CommandCallback CcFoundRandomTown;
+
#endif /* TOWN_CMD_H */