Variants are not singletons anymore.
[tagua/yd.git] / src / hlvariant / chess / variant.cpp
blob95f611a233d8d56589180e3da794929f8658dcfe
1 #include "variant.h"
2 #include "../tagua_wrapped.h"
4 namespace HLVariant {
5 namespace Chess {
7 const char* Variant::m_name = "Chess";
8 const char* Variant::m_theme_proxy = "Chess";
10 } // namespace Chess
11 } // namespace HLVariant