mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 12:40:45 +00:00
funny
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
class LevelRuleset;
|
||||
|
||||
class LevelRules
|
||||
{
|
||||
public:
|
||||
LevelRules();
|
||||
|
||||
void addLevelRule(const wstring &displayName, PBYTE pbData, DWORD dwLen);
|
||||
void addLevelRule(const wstring &displayName, LevelRuleset *rootRule);
|
||||
|
||||
void removeLevelRule(LevelRuleset *removing);
|
||||
};
|
||||
Reference in New Issue
Block a user