[feature] Added Feature V1 version with free Header2 bits.

Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
Viktor Govako
2025-06-25 22:04:39 -03:00
committed by Konstantin Pastbin
parent 588028c9eb
commit 550455a14a
5 changed files with 52 additions and 34 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include "indexer/dat_section_header.hpp"
#include "indexer/data_header.hpp"
#include "coding/files_container.hpp"
@@ -47,6 +48,7 @@ private:
public:
indexer::MetadataDeserializer * m_metaDeserializer;
feature::DatSectionHeader::Version m_version;
DISALLOW_COPY_AND_MOVE(SharedLoadInfo);
};