summaryrefslogtreecommitdiff
path: root/src/command_func.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2010-04-24 20:55:51 +0000
committersmatz <smatz@openttd.org>2010-04-24 20:55:51 +0000
commite3c89df39888b24038790496a149b9048f2c6f0c (patch)
tree7eec301817fb2757a509f002f21497fe17287617 /src/command_func.h
parent82136fbc62301c0f350c51d438c10be04c863720 (diff)
downloadopenttd-e3c89df39888b24038790496a149b9048f2c6f0c.tar.xz
(svn r19714) -Feature: ctrl+click on a vehicle to start/stop it
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 b7738f4ef..462867a38 100644
--- a/src/command_func.h
+++ b/src/command_func.h
@@ -140,5 +140,6 @@ CommandCallback CcFoundRandomTown;
/* vehicle_gui.cpp */
CommandCallback CcBuildPrimaryVehicle;
+CommandCallback CcStartStopVehicle;
#endif /* COMMAND_FUNC_H */