CurveCommandFactory.hpp
1 #pragma once
2 #include <score/command/Command.hpp>
3 
4 #include <score_plugin_curve_export.h>
5 namespace Curve
6 {
7 SCORE_PLUGIN_CURVE_EXPORT const CommandGroupKey& CommandFactoryName();
8 }
Utilities and base classes for 1D curves.
Definition: FocusDispatcher.hpp:12