30#ifndef OPENSWMM_ENGINE_PLUGINS_HANDLER_HPP
31#define OPENSWMM_ENGINE_PLUGINS_HANDLER_HPP
36namespace openswmm {
struct SimulationContext; }
43void handle_plugins(SimulationContext& ctx,
const std::vector<std::string>& lines);
Definition Controls.cpp:24