Skip to content
  • Zachary T Welch's avatar
    add struct command_registration · 69076057
    Zachary T Welch authored
    Add a structure to encapsulate command registration information, rather
    than passing them all as parameters.  Enables further API changes that
    require additional required or optional parameters.
    
    Updates the register_command API and COMMAND_REGISTER macro to use it,
    along with their documentation.
    69076057