Variants are not singletons anymore.
[tagua/yd.git] / src / hlvariant / minishogi / variant.cpp
blobdee41068e9a07afb385e3bd195ae92f8a599a53b
1 /*
2 Copyright (c) 2007 Paolo Capriotti <p.capriotti@sns.it>
3 (c) 2007 Maurizio Monge <maurizio.monge@kdemail.net>
4 (c) 2007 Yann Dirson <ydirson@altern.org>
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or
9 (at your option) any later version.
12 #include "variant.h"
13 #include "../tagua_wrapped.h"
15 namespace HLVariant {
16 namespace MiniShogi {
18 const char* Variant::m_name = "MiniShogi";
19 const char* Variant::m_theme_proxy = "Shogi";
21 } // namespace MiniShogi
22 } // namespace HLVariant