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