summaryrefslogtreecommitdiff
path: root/src/command_func.h
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2010-02-24 21:45:23 +0000
committerterkhen <terkhen@openttd.org>2010-02-24 21:45:23 +0000
commit524a10b3754e4e393293d6e1fa17cfb42eac1590 (patch)
tree25156badef4a135cc71248517ed37b8a88d28ad1 /src/command_func.h
parent44e5cb41e76009d388a96b73118622599ff7d736 (diff)
downloadopenttd-524a10b3754e4e393293d6e1fa17cfb42eac1590.tar.xz
(svn r19227) -Codechange: Reorganization of parameters at CmdBuildRoadStop.
Diffstat (limited to 'src/command_func.h')
-rw-r--r--src/command_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command_func.h b/src/command_func.h
index f5a25d67c..30492f300 100644
--- a/src/command_func.h
+++ b/src/command_func.h
@@ -123,6 +123,7 @@ CommandCallback CcBuildRailTunnel;
CommandCallback CcPlaySound1D;
CommandCallback CcBuildRoadTunnel;
CommandCallback CcRoadDepot;
+CommandCallback CcRoadStop;
/* train_gui.cpp */
CommandCallback CcBuildWagon;