1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// SPDX-License-Identifier: BSD-3-Clause // Copyright (c) 2026 Fernando Sahmkow /// @file bit_reader.h /// @brief Forwarding shim — `extractBits` now lives in common/bit_reader.h. #pragma once #include "../../common/bit_reader.h" namespace whiteout::storages::common { using ::whiteout::common::extractBits; } // namespace whiteout::storages::common