godot/thirdparty/openxr/src/loader/api_layer_interface.hpp

// 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 <string>
#include <vector>
#include <memory>

#include <openxr/openxr.h>
#include <openxr/openxr_loader_negotiation.h>

#include "loader_platform.hpp"

struct XrGeneratedDispatchTable;

class ApiLayerInterface {};