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