Add the option to execute another macro's actions

This commit is contained in:
WarmUpTill
2021-11-23 21:29:01 +01:00
committed by WarmUpTill
parent f9afbcbc59
commit f2570e1deb
3 changed files with 10 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ enum class PerformMacroAction {
PAUSE,
UNPAUSE,
RESET_COUNTER,
RUN,
};
class MacroActionMacro : public MacroRefAction {