JSCommandFactory.hpp
1 #pragma once
2 #include <score/command/Command.hpp>
3 
4 #include <score_plugin_js_export.h>
5 namespace JS
6 {
7 class ProcessModel;
8 SCORE_PLUGIN_JS_EXPORT
9 const CommandGroupKey& CommandFactoryName();
10 }