rename ContentLUT to ContentReport

This commit is contained in:
MihailRis
2024-09-02 09:40:00 +03:00
parent c1ef4dbe9f
commit 3f826a88d3
13 changed files with 67 additions and 69 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
class Content;
class WorldFiles;
class Level;
class ContentLUT;
class ContentReport;
struct EngineSettings;
namespace fs = std::filesystem;
@@ -85,7 +85,7 @@ public:
/// @param directory world directory
/// @param content current Content instance
/// @return ContentLUT if world convert required else nullptr
static std::shared_ptr<ContentLUT> checkIndices(
static std::shared_ptr<ContentReport> checkIndices(
const std::shared_ptr<WorldFiles>& worldFiles, const Content* content
);