11#ifndef OPENSWMM_ENGINE_TITLE_HANDLER_HPP
12#define OPENSWMM_ENGINE_TITLE_HANDLER_HPP
17namespace openswmm {
struct SimulationContext; }
35void handle_title(SimulationContext& ctx,
const std::vector<std::string>& lines);
Definition NodeCoupling.cpp:15