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

@ -58,7 +58,6 @@ int handleConfig (std::string&);
int handleDelete (std::string&);
int handleStart (std::string&);
int handleStop (std::string&);
int handleColor (std::string&);
int handleDuplicate (std::string&);
void handleUndo ();
void handleMerge (std::string&);