AutomationCommandFactory.hpp
1 #pragma once
2 #include <score/command/Command.hpp>
3 
4 #include <score_plugin_automation_export.h>
5 namespace Automation
6 {
7 SCORE_PLUGIN_AUTOMATION_EXPORT
8 const CommandGroupKey& CommandFactoryName();
9 }
10 
11 namespace Gradient
12 {
13 using namespace Automation;
14 }
Namespace related to the Automation process.
Definition: AutomationColors.cpp:8