12#ifndef OPENSWMM_ENGINE_INFRA_HANDLER_HPP
13#define OPENSWMM_ENGINE_INFRA_HANDLER_HPP
18namespace openswmm {
struct SimulationContext; }
23void handle_streets(SimulationContext& ctx,
const std::vector<std::string>& lines);
26void handle_inlets(SimulationContext& ctx,
const std::vector<std::string>& lines);
35void handle_events(SimulationContext& ctx,
const std::vector<std::string>& lines);
Definition NodeCoupling.cpp:15