Codechange: Move command callback declarations to the cmd header files.
This commit is contained in:
@@ -18,4 +18,6 @@ CommandProc CmdBuildTunnel;
|
||||
DEF_CMD_TRAIT(CMD_BUILD_BRIDGE, CmdBuildBridge, CMD_DEITY | CMD_AUTO | CMD_NO_WATER, CMDT_LANDSCAPE_CONSTRUCTION)
|
||||
DEF_CMD_TRAIT(CMD_BUILD_TUNNEL, CmdBuildTunnel, CMD_DEITY | CMD_AUTO, CMDT_LANDSCAPE_CONSTRUCTION)
|
||||
|
||||
CommandCallback CcBuildBridge;
|
||||
|
||||
#endif /* TUNNELBRIDGE_CMD_H */
|
||||
|
Reference in New Issue
Block a user