mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 11:23:43 +00:00
20 lines
362 B
C++
20 lines
362 B
C++
#include "../../Minecraft.World/Build/stdafx.h"
|
|
#include "LevelRules.h"
|
|
|
|
|
|
LevelRules::LevelRules()
|
|
{
|
|
}
|
|
|
|
void LevelRules::addLevelRule(const std::wstring &displayName, PBYTE pbData, DWORD dwLen)
|
|
{
|
|
}
|
|
|
|
void LevelRules::addLevelRule(const std::wstring &displayName, LevelRuleset *rootRule)
|
|
{
|
|
}
|
|
|
|
void LevelRules::removeLevelRule(LevelRuleset *removing)
|
|
{
|
|
// TODO ?
|
|
} |