Add strings for loading screen.

This commit is contained in:
J-D-K
2025-08-13 20:08:28 -04:00
parent 6e8e426fb5
commit d5c1e278fa
18 changed files with 155 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ namespace strings
static constexpr std::string_view BACKUPMENU_POPS = "BackupMenuPops";
static constexpr std::string_view BACKUPMENU_STATUS = "BackupMenuStatus";
static constexpr std::string_view CONTROL_GUIDES = "ControlGuides";
static constexpr std::string_view DATA_LOADING_STATUS = "DataLoadingStatus";
static constexpr std::string_view EXTRASMENU_MENU = "ExtrasMenu";
static constexpr std::string_view EXTRASMENU_POPS = "ExtrasPops";
static constexpr std::string_view GENERAL_POPS = "GeneralPops";