Loading...
Searching...
No Matches
score-plugin-gfx/Gfx/Settings/Factory.hpp
1#pragma once
2#include <Gfx/Settings/Model.hpp>
3#include <Gfx/Settings/Presenter.hpp>
4#include <Gfx/Settings/View.hpp>
5
6#include <score/plugins/settingsdelegate/SettingsDelegateFactory.hpp>
7namespace Gfx::Settings
8{
9SCORE_DECLARE_SETTINGS_FACTORY(
10 Factory, Model, Presenter, View, "90bc7d6e-94ca-4acc-8f1c-db76185e86f8")
11}