blob: 3495d9c1cb698a3e176b54fc1b80f37883f51b6d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include "stockpile.h"
namespace NYT {
////////////////////////////////////////////////////////////////////////////////
void ConfigureStockpile(const TStockpileOptions& /*options*/)
{ }
////////////////////////////////////////////////////////////////////////////////
} // namespace NYT
|