direct_access.h 378 B

123456789101112131415161718
  1. #pragma once
  2. #include <library/cpp/yt/misc/guid.h>
  3. #include <array>
  4. #include <cstdint>
  5. namespace NYT {
  6. ////////////////////////////////////////////////////////////////////////////////
  7. std::array<int, 2> GetTestVariable3();
  8. void SetTestVariable3(std::array<int, 2> val);
  9. ////////////////////////////////////////////////////////////////////////////////
  10. } // namespace NYT