ib_test.h 96 B

12345
  1. #pragma once
  2. namespace NNetliba {
  3. void RunIBTest(bool isClient, const char* serverName);
  4. }