tool/CommandMaster.h
changeset 1962 df9b00bda8dc
parent 1826 ec6223c3b7ec
child 1968 4f682084c643
equal deleted inserted replaced
1956:f461dc0d145a 1962:df9b00bda8dc
    40     public:
    40     public:
    41         CommandMaster();
    41         CommandMaster();
    42 
    42 
    43         string helpString() const;
    43         string helpString() const;
    44         void execute(const StringVector &);
    44         void execute(const StringVector &);
       
    45 
       
    46     private:
       
    47         enum {ColWidth = 6};
    45 };
    48 };
    46 
    49 
    47 /****************************************************************************/
    50 /****************************************************************************/
    48 
    51 
    49 #endif
    52 #endif