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
@@ -12,7 +12,7 @@
inline constexpr int CHUNK_DATA_LEN = CHUNK_VOL * 4;
class Lightmap;
class ContentLUT;
class ContentReport;
class Inventory;
namespace dynamic {
@@ -71,5 +71,5 @@ public:
/// @return true if all is fine
bool decode(const ubyte* data);
static void convert(ubyte* data, const ContentLUT* lut);
static void convert(ubyte* data, const ContentReport* report);
};