aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Common/GameRules/LevelRules.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/Common/GameRules/LevelRules.cpp')
-rw-r--r--Minecraft.Client/Common/GameRules/LevelRules.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/Minecraft.Client/Common/GameRules/LevelRules.cpp b/Minecraft.Client/Common/GameRules/LevelRules.cpp
new file mode 100644
index 00000000..b7c8a8a5
--- /dev/null
+++ b/Minecraft.Client/Common/GameRules/LevelRules.cpp
@@ -0,0 +1,20 @@
+#include "stdafx.h"
+#include "LevelRules.h"
+
+
+LevelRules::LevelRules()
+{
+}
+
+void LevelRules::addLevelRule(const wstring &displayName, PBYTE pbData, DWORD dwLen)
+{
+}
+
+void LevelRules::addLevelRule(const wstring &displayName, LevelRuleset *rootRule)
+{
+}
+
+void LevelRules::removeLevelRule(LevelRuleset *removing)
+{
+ // TODO ?
+} \ No newline at end of file