blob: 481b111b56b5c92abc25588a130f45f27e0064ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include "stockpile.h"
namespace NYT {
////////////////////////////////////////////////////////////////////////////////
void TStockpileManager::Reconfigure(TStockpileOptions /*options*/)
{ }
////////////////////////////////////////////////////////////////////////////////
} // namespace NYT
|