mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 11:45:58 +00:00
refactor: move WstringLookup into minecraft
This commit is contained in:
@@ -45,7 +45,6 @@ common/GameRules/LevelRules/RuleDefinitions/NamedAreaRuleDefinition.cpp
|
||||
common/GameRules/LevelRules/RuleDefinitions/UpdatePlayerRuleDefinition.cpp
|
||||
common/GameRules/LevelRules/RuleDefinitions/UseTileRuleDefinition.cpp
|
||||
common/GameRules/LevelRules/Rules/GameRule.cpp
|
||||
common/GameRules/WstringLookup.cpp
|
||||
common/GameSettingsManager.cpp
|
||||
common/Game_XuiActions.cpp
|
||||
common/Leaderboards/LeaderboardInterface.cpp
|
||||
|
||||
@@ -731,6 +731,7 @@ world/level/TickNextTickData.cpp
|
||||
world/level/TileEventData.cpp
|
||||
world/level/TilePos.cpp
|
||||
world/level/WaterColor.cpp
|
||||
world/level/WstringLookup.cpp
|
||||
world/level/biome/BeachBiome.cpp
|
||||
world/level/biome/Biome.cpp
|
||||
world/level/biome/BiomeCache.cpp
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
#include "WstringLookup.h"
|
||||
#include "minecraft/world/level/WstringLookup.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
Reference in New Issue
Block a user