mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-08-22 02:16:18 -05:00
Cleanup FileModeState.
This commit is contained in:
@@ -12,6 +12,7 @@ namespace ui
|
||||
/// @param string Pointer to the control guide string to render.
|
||||
ControlGuide(const char *guide);
|
||||
|
||||
/// @brief Factory function to return a control guide.
|
||||
static inline std::shared_ptr<ControlGuide> create(const char *guide)
|
||||
{
|
||||
return std::make_shared<ControlGuide>(guide);
|
||||
|
||||
Reference in New Issue
Block a user