score-plugin-ysfx/YSFX/Commands/CommandFactory.hpp
1 #pragma once
2 #include <score/command/Command.hpp>
3 
4 #include <score_plugin_ysfx_export.h>
5 namespace YSFX
6 {
7 class ProcessModel;
8 SCORE_PLUGIN_YSFX_EXPORT
9 const CommandGroupKey& CommandFactoryName();
10 }