#pragma once #include #include #include namespace NYT { //////////////////////////////////////////////////////////////////////////////// TGuid GetTestVariable2(); void SetTestVariable2(TGuid val); std::array GetTestVariable3(); void SetTestVariable3(std::array val); //////////////////////////////////////////////////////////////////////////////// } // namespace NYT