Loading...
Searching...
No Matches
DeviceExplorerCommandFactory.hpp
1#pragma once
2#include <score/command/Command.hpp>
3
4#include <score_plugin_deviceexplorer_export.h>
5namespace Explorer
6{
7namespace Command
8{
9SCORE_PLUGIN_DEVICEEXPLORER_EXPORT
10const CommandGroupKey& DeviceExplorerCommandFactoryName();
11}
12}