mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
9 lines
145 B
C++
9 lines
145 B
C++
#pragma once
|
|
|
|
namespace search
|
|
{
|
|
/// Here was an additional info like UGC, advertising stuff, etc.
|
|
struct ProductInfo
|
|
{};
|
|
} // namespace search
|