Files
comaps/libs/map/search_product_info.hpp
Alexander Borsuk 76ffc99abd New cpp folder structure
Signed-off-by: Alexander Borsuk <me@alex.bio>
2025-08-14 20:52:04 +07:00

10 lines
145 B
C++

#pragma once
namespace search
{
/// Here was an additional info like UGC, advertising stuff, etc.
struct ProductInfo
{
};
} // namespace search