Commands - color

- Migrated handleColor to CmdColor.
This commit is contained in:
Paul Beckingham 2011-05-30 00:59:15 -04:00
parent d021bb8188
commit 0429949de5
9 changed files with 291 additions and 208 deletions

View file

@ -11,6 +11,7 @@ set (commands_SRCS Command.cpp Command.h
CmdAppend.cpp CmdAppend.h
CmdBurndown.cpp CmdBurndown.h
CmdCommands.cpp CmdCommands.h
CmdColor.cpp CmdColor.h
CmdCount.cpp CmdCount.h
CmdCustom.cpp CmdCustom.h
CmdDenotate.cpp CmdDenotate.h