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