CmdMove: Impplemented 'move' command

This commit is contained in:
Paul Beckingham 2016-06-08 07:30:47 -04:00
parent 441af1a4d0
commit 72ffeaef20
4 changed files with 98 additions and 0 deletions

View file

@ -18,6 +18,7 @@ set (commands_SRCS CmdCancel.cpp
CmdHelp.cpp
CmdImport.cpp
CmdLengthen.cpp
CmdMove.cpp
CmdReport.cpp
CmdStart.cpp
CmdStop.cpp