Program Listing for File nests_config.hpp
↰ Return to documentation for file (cosm/repr/config/nests_config.hpp
)
#pragma once
/*******************************************************************************
* Includes
******************************************************************************/
#include <vector>
#include "rcppsw/config/base_config.hpp"
#include "rcppsw/math/vector2.hpp"
#include "cosm/cosm.hpp"
#include "cosm/repr/config/nest_config.hpp"
/*******************************************************************************
* Namespaces
******************************************************************************/
namespace cosm::repr::config {
/*******************************************************************************
* Structure Definitions
******************************************************************************/
struct nests_config final : public rconfig::base_config {
std::vector<nest_config> nests{};
};
} /* namespace cosm::repr::config */