mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 14:54:31 +00:00
Use standard wide string returns for tutorial messages
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user