Loading...
Searching...
No Matches
score-plugin-remotecontrol/RemoteControl/Settings/Factory.hpp
1#pragma once
2#include <score/plugins/settingsdelegate/SettingsDelegateFactory.hpp>
3
4#include <RemoteControl/Settings/Model.hpp>
5#include <RemoteControl/Settings/Presenter.hpp>
6#include <RemoteControl/Settings/View.hpp>
7
8namespace RemoteControl
9{
10namespace Settings
11{
12SCORE_DECLARE_SETTINGS_FACTORY(
13 Factory, Model, Presenter, View, "56ec9b15-2d32-48d9-bab3-b44cf7942c7f")
14}
15}