Loading...
Searching...
No Matches
PatternCommandFactory.hpp
1#pragma once
2#include <score/command/Command.hpp>
3
4namespace Patternist
5{
6inline const CommandGroupKey& CommandFactoryName()
7{
8 static const CommandGroupKey key{"Patternist"};
9 return key;
10}
11}