// SPDX-License-Identifier: MIT // // EmulationStation Desktop Edition // HelpPrompt.h // // Definition of the pair used by help prompts to display a button and its mapped function. // #ifndef ES_CORE_HELP_PROMPT_H #define ES_CORE_HELP_PROMPT_H #include typedef std::pair HelpPrompt; #endif // ES_CORE_HELP_PROMPT_H