// SPDX-License-Identifier: MIT // // ES-DE Frontend // HelpPrompt.h // // Definition of the pair used by help prompts to display an icon and its mapped function. // #ifndef ES_CORE_HELP_PROMPT_H #define ES_CORE_HELP_PROMPT_H #include using HelpPrompt = std::pair; #endif // ES_CORE_HELP_PROMPT_H