/**************************************************************************** ** Copyright (c) 2024, Fougue Ltd. ** All rights reserved. ** See license at https://github.com/fougue/mayo/blob/master/LICENSE.txt ****************************************************************************/ #pragma once // Auxiliary file to avoid OpenGL macros collisions between Qt and OpenCascade headers. #include #include #include namespace Mayo::Internal { using InfoValue = std::variant; std::map getOccOpenGlInfos(); } // namespace Mayo::Internal