#pragma once #include "config.h" namespace NConfig { TConfig ParseIni(IInputStream& in); }