Codechange: Move command callback declarations to the cmd header files.
This commit is contained in:
@@ -25,4 +25,6 @@ DEF_CMD_TRAIT(CMD_MOVE_RAIL_VEHICLE, CmdMoveRailVehicle, 0, CMDT_VEH
|
||||
DEF_CMD_TRAIT(CMD_FORCE_TRAIN_PROCEED, CmdForceTrainProceed, 0, CMDT_VEHICLE_MANAGEMENT)
|
||||
DEF_CMD_TRAIT(CMD_REVERSE_TRAIN_DIRECTION, CmdReverseTrainDirection, 0, CMDT_VEHICLE_MANAGEMENT)
|
||||
|
||||
CommandCallback CcBuildWagon;
|
||||
|
||||
#endif /* TRAIN_CMD_H */
|
||||
|
||||
Reference in New Issue
Block a user