| 
    EvEmu
    0.8.4
    
   11 September 2021 
   | 
 
#include "Commands.h"
Public Attributes | |
| const char * | name | 
| void(* | callback )(const Seperator &cmd) | 
| const char * | description | 
Struct describing one eve-tool command.
Definition at line 30 of file Commands.h.
| void( * EVEToolCommand::callback)(const Seperator &cmd) | 
| const char* EVEToolCommand::description | 
| const char* EVEToolCommand::name | 
Name of the command; for invocation.
Definition at line 33 of file Commands.h.
Referenced by FindCommand(), and PrintHelp().