refactor: move StringTable.h into minecraft (impl stays for now)

This commit is contained in:
MatthewBeshay
2026-04-08 19:59:26 +10:00
parent 5f7e4ab703
commit 016b2d91b4
13 changed files with 12 additions and 12 deletions

View File

@@ -17,7 +17,7 @@
#include "app/common/GameRules/LevelGeneration/ConsoleSchematicFile.h"
#include "app/common/GameRules/LevelGeneration/StartFeature.h"
#include "app/common/GameRules/LevelRules/RuleDefinitions/GameRuleDefinition.h"
#include "app/common/Localisation/StringTable.h"
#include "minecraft/locale/StringTable.h"
#include "app/linux/LinuxGame.h"
#include "app/linux/Stubs/winapi_stubs.h"
#include "java/File.h"