the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 20 lines 324 B view raw
1#include "stdafx.h" 2#include "LevelRules.h" 3 4 5LevelRules::LevelRules() 6{ 7} 8 9void LevelRules::addLevelRule(const wstring &displayName, PBYTE pbData, DWORD dwLen) 10{ 11} 12 13void LevelRules::addLevelRule(const wstring &displayName, LevelRuleset *rootRule) 14{ 15} 16 17void LevelRules::removeLevelRule(LevelRuleset *removing) 18{ 19 // TODO ? 20}