You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Called by the process_main_menu() to allow the user to control the application.
* It takes input from the user and runs an action.
* It can call itself recursively for submenus. */
InteractionResult const process_menu( State_menu &, std::shared_ptr<Menu> ); // TODO: can I hide this from the API user programmer? via an *_impl.h that is not distributed?
/** Called by the main() program to allow the user to control the application.
* It takes input from the user and runs an action. */