mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:47:42 +00:00
Char16 refactor and GuiSys bug fixes
This commit is contained in:
@@ -78,10 +78,10 @@ public:
|
||||
struct SGuiTextPair
|
||||
{
|
||||
CGuiTextPane* x0_panes[2] = {};
|
||||
void SetPairText(const std::wstring& str);
|
||||
void SetPairText(const std::u16string& str);
|
||||
};
|
||||
static SGuiTextPair FindTextPanePair(CGuiFrame* frame, const char* name);
|
||||
static void FindAndSetPairText(CGuiFrame* frame, const char* name, const std::wstring& str);
|
||||
static void FindAndSetPairText(CGuiFrame* frame, const char* name, const std::u16string& str);
|
||||
|
||||
struct SFileMenuOption
|
||||
{
|
||||
@@ -168,7 +168,7 @@ public:
|
||||
void DoFileMenuAdvance(CGuiTableGroup* caller);
|
||||
|
||||
static SFileMenuOption FindFileSelectOption(CGuiFrame* frame, int idx);
|
||||
static void StartTextAnimating(CGuiTextPane* text, const std::wstring& str, float chRate);
|
||||
static void StartTextAnimating(CGuiTextPane* text, const std::u16string& str, float chRate);
|
||||
};
|
||||
|
||||
struct SFusionBonusFrame
|
||||
|
||||
Reference in New Issue
Block a user