11#ifndef OPENSWMM_ENGINE_CONTROLS_HANDLER_HPP
12#define OPENSWMM_ENGINE_CONTROLS_HANDLER_HPP
17namespace openswmm {
struct SimulationContext; }
21void handle_controls(SimulationContext& ctx,
const std::vector<std::string>& lines);
22void handle_report (SimulationContext& ctx,
const std::vector<std::string>& lines);
Definition Controls.cpp:24