2024-10-06 00:31:31 +01:00
|
|
|
#include <score/tools/IdentifierGeneration.hpp>
|
|
|
|
|
|
|
|
#include <Hardware/ApplicationPlugin.hpp>
|
2024-10-03 23:50:15 +01:00
|
|
|
|
|
|
|
namespace Hardware
|
|
|
|
{
|
2024-10-06 00:31:31 +01:00
|
|
|
ApplicationPlugin::ApplicationPlugin(const score::GUIApplicationContext& app)
|
2024-10-03 23:50:15 +01:00
|
|
|
: GUIApplicationPlugin{app}
|
|
|
|
{ }
|
|
|
|
}
|