#pragma once // // This file is distributed under the MIT License. See LICENSE.md for details. // typedef struct rp_manager rp_manager; typedef struct rp_kind rp_kind; typedef struct rp_rank rp_rank; typedef struct rp_step rp_step; typedef struct rp_container rp_container; typedef struct rp_container_identifier rp_container_identifier; typedef struct rp_target rp_target; typedef struct rp_targets_list rp_targets_list;