| 16 | "AdvSceneSwitcher.action.random"}); |
| 17 | |
| 18 | static bool validNextMacro(const std::shared_ptr<Macro> ¯o) |
| 19 | { |
| 20 | return !MacroIsPaused(macro.get()); |
| 21 | } |
| 22 | |
| 23 | static std::vector<std::shared_ptr<Macro>> |
| 24 | getNextMacros(std::vector<MacroRef> ¯os, MacroRef &lastRandomMacroRef, |
no test coverage detected