// Copyright (c) 2017-2024, The Khronos Group Inc. // Copyright (c) 2017-2019 Valve Corporation // Copyright (c) 2017-2019 LunarG, Inc. // // SPDX-License-Identifier: Apache-2.0 OR MIT // // Initial Author: Mark Young <[email protected]> // #pragma once #include "loader_platform.hpp" #include <openxr/openxr.h> #include <string> #include <vector> #include <unordered_map> #include <mutex> #include <memory> namespace Json { class Value; } class RuntimeManifestFile; struct XrGeneratedDispatchTableCore; class RuntimeInterface { … };