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