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
|