summaryrefslogtreecommitdiff
path: root/src/command_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command_func.h')
-rw-r--r--src/command_func.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command_func.h b/src/command_func.h
index bd0131018..5f6bf910e 100644
--- a/src/command_func.h
+++ b/src/command_func.h
@@ -107,4 +107,6 @@ static inline DoCommandFlag CommandFlagsToDCFlags(uint cmd_flags)
return flags;
}
+CommandCallback CcBuildPrimaryVehicle;
+
#endif /* COMMAND_FUNC_H */