mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-07 22:34:46 +00:00
fix: unglob all of /Build/Common
This commit is contained in:
@@ -6,11 +6,11 @@ LevelRules::LevelRules()
|
||||
{
|
||||
}
|
||||
|
||||
void LevelRules::addLevelRule(const wstring &displayName, PBYTE pbData, DWORD dwLen)
|
||||
void LevelRules::addLevelRule(const std::wstring &displayName, PBYTE pbData, DWORD dwLen)
|
||||
{
|
||||
}
|
||||
|
||||
void LevelRules::addLevelRule(const wstring &displayName, LevelRuleset *rootRule)
|
||||
void LevelRules::addLevelRule(const std::wstring &displayName, LevelRuleset *rootRule)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user