refactor: move ConsoleGameRulesConstants.h into minecraft

This commit is contained in:
MatthewBeshay
2026-04-08 21:19:54 +10:00
parent 1ddf12beb9
commit 58de5bb40b
40 changed files with 39 additions and 39 deletions

View File

@@ -4,7 +4,7 @@
#include <memory>
#include "app/common/GameRules/ConsoleGameRulesConstants.h"
#include "minecraft/world/level/ConsoleGameRulesConstants.h"
#include "app/common/GameRules/LevelGeneration/StructureActions/XboxStructureActionPlaceBlock.h"
#include "app/common/GameRules/LevelRules/RuleDefinitions/AddItemRuleDefinition.h"
#include "app/linux/LinuxGame.h"