Program Listing for File cfg.hpp

Return to documentation for file (include/dish2/config/cfg.hpp)

#pragma once
#ifndef DISH2_CONFIG_CFG_HPP_INCLUDE
#define DISH2_CONFIG_CFG_HPP_INCLUDE

#include "ConfigBase.hpp"

namespace dish2 {

  dish2::ConfigBase cfg{};

} // namespace dish2

#endif // #ifndef DISH2_CONFIG_CFG_HPP_INCLUDE