Program Listing for File interactivity_config.hpp

Return to documentation for file (cosm/convergence/config/interactivity_config.hpp)

#pragma once

/*******************************************************************************
 * Includes
 ******************************************************************************/
#include "rcppsw/config/base_config.hpp"
#include "cosm/cosm.hpp"

/*******************************************************************************
 * Namespaces/Decls
 ******************************************************************************/
namespace cosm::convergence::config {

/*******************************************************************************
 * Structure Definitions
 ******************************************************************************/
struct interactivity_config final : public rconfig::base_config {
  bool enable{false};
};

} /* namespace cosm::convergence::config */