mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-06 13:16:30 +00:00
refactor: nuke all widestrings and widechars everywhere
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
LevelRules::LevelRules() {}
|
||||
|
||||
void LevelRules::addLevelRule(const std::wstring& displayName,
|
||||
void LevelRules::addLevelRule(const std::string& displayName,
|
||||
std::uint8_t* pbData, unsigned int dataLength) {}
|
||||
|
||||
void LevelRules::addLevelRule(const std::wstring& displayName,
|
||||
void LevelRules::addLevelRule(const std::string& displayName,
|
||||
LevelRuleset* rootRule) {}
|
||||
|
||||
void LevelRules::removeLevelRule(LevelRuleset* removing) {
|
||||
|
||||
Reference in New Issue
Block a user