Merge remote-tracking branch 'upstream/main' into d_lyt_meter_stuff

This commit is contained in:
robojumper
2025-04-25 18:40:43 +02:00
12 changed files with 181 additions and 60 deletions
+2 -3
View File
@@ -62,9 +62,8 @@ public:
void setTextWithTextProcessor(const wchar_t *str, dTagProcessor_c *tagProcessor, void *, ...);
s32 calcTextLines(const wchar_t *src, dTagProcessor_c *tagProcessor);
void setMessageWithGlobalTextProcessorAndMsbtInfo(
const MsbtInfo *info, const char *labelId, wchar_t *destBuf, u32 maxLen
);
void
setMessageWithGlobalTextProcessorAndMsbtInfo(MsbtInfo *info, const char *labelId, wchar_t *destBuf, u32 maxLen);
void loadTextFormatVars();
void setupGX() const;