Add support for multiple scheduled dispatch schedules per order list

This commit is contained in:
Jonathan G Rennison
2022-01-13 19:46:43 +00:00
parent 29521ef883
commit ff3473fe6a
23 changed files with 755 additions and 367 deletions

View File

@@ -154,4 +154,7 @@ CommandCallback CcDeleteVirtualTrain;
CommandCallback CcAddVirtualEngine;
CommandCallback CcMoveNewVirtualEngine;
/* schdispatch_gui.cpp */
CommandCallback CcAddNewSchDispatchSchedule;
#endif /* COMMAND_FUNC_H */