add Chunk.convertV2

This commit is contained in:
MihailRis
2024-09-05 11:34:01 +03:00
parent c18eddb63c
commit 4a619fc18e
2 changed files with 10 additions and 1 deletions
+1
View File
@@ -81,4 +81,5 @@ public:
bool decodeV2(const ubyte* data);
static void convert(ubyte* data, const ContentReport* report);
static void convertV2(ubyte* data, const ContentReport* report);
};