mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-26 03:16:21 +00:00
refactor: nuke all widestrings and widechars everywhere
This commit is contained in:
@@ -27,6 +27,6 @@ UIComponent_DebugUIMarketingGuide::UIComponent_DebugUIMarketingGuide(
|
||||
m_funcSetPlatform, 1, value);
|
||||
}
|
||||
|
||||
std::wstring UIComponent_DebugUIMarketingGuide::getMoviePath() {
|
||||
return L"DebugUIMarketingGuide";
|
||||
std::string UIComponent_DebugUIMarketingGuide::getMoviePath() {
|
||||
return "DebugUIMarketingGuide";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user