cleanup: remove console platform code from shared includes and build paths

This commit is contained in:
MatthewBeshay
2026-03-26 17:53:37 +11:00
parent 2117a772d7
commit ad5da38321
13511 changed files with 99 additions and 2528309 deletions
+2 -2
View File
@@ -35,7 +35,7 @@
#include "../Textures/Packs/TexturePackRepository.h"
#include "../Textures/Packs/DLCTexturePack.h"
#include "../../Minecraft.World/Util/ProgressListener.h"
#include "PS3/PS3Extras/ShutdownManager.h"
#include "../Platform/Common/ShutdownManager.h"
#include "../Network/PlayerChunkMap.h"
WeighedTreasureArray ServerLevel::RANDOM_BONUS_ITEMS;
@@ -1584,4 +1584,4 @@ void ServerLevel::flagEntitiesToBeRemoved(unsigned int* flags,
if (chunkMap) {
chunkMap->flagEntitiesToBeRemoved(flags, removedFound);
}
}
}