ini.h 97 B

1234567
  1. #pragma once
  2. #include "config.h"
  3. namespace NConfig {
  4. TConfig ParseIni(IInputStream& in);
  5. }