mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-12 04:25:16 -05:00
Refactor ExtrasMenu code (So far)
This commit is contained in:
@@ -25,4 +25,10 @@ class ExtrasMenuState final : public BaseState
|
||||
|
||||
/// @brief Render target for menu.
|
||||
sdl::SharedTexture m_renderTarget{};
|
||||
|
||||
/// @brief Creates and loads the menu strings.
|
||||
void initialize_menu();
|
||||
|
||||
/// @brief This function is called when Reinitialize data is selected.
|
||||
void reinitialize_data();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user