Use standard wide string returns for tutorial messages

This commit is contained in:
notmatthewbeshay
2026-03-11 01:08:59 +11:00
parent 377e1d2192
commit 8302870fec
2 changed files with 4 additions and 4 deletions

View File

@@ -16,5 +16,5 @@ public:
TutorialMessage(int messageId, bool limitRepeats = false, unsigned char numRepeats = TUTORIAL_MESSAGE_DEFAULT_SHOW);
bool canDisplay();
LPCWSTR getMessageForDisplay();
};
const wchar_t *getMessageForDisplay();
};