1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-01 17:34:24 +01:00

CommandDirectory.cpp has fewer dependencies...

... This involved populating it with a new registration system.

BatchEvalCommand, HelpCommand, MessageCommand escape from cycles and move
higher in the dependency graph, and CommandDirectory moves lower.
This commit is contained in:
Paul Licameli
2019-05-18 13:20:19 -04:00
parent 13713aab67
commit 016e1949ae
4 changed files with 30 additions and 16 deletions

View File

@@ -25,7 +25,7 @@ system by constructing BatchCommandEval objects.
#include "CommandBuilder.h"
#include "CommandDirectory.h"
#include "BatchEvalCommand.h"
#include "Command.h"
#include "ScriptCommandRelay.h"
#include "CommandContext.h"
#include "CommandTargets.h"