summaryrefslogtreecommitdiff
path: root/src/being/claninfo.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-02-09 19:56:40 +0300
committerAndrei Karas <akaras@inbox.ru>2018-02-09 19:56:40 +0300
commitfd20692fa893b5e96ddd7647b1487b9b3cca5f50 (patch)
tree19790082bdd3f3344a75514c27899b7521df1e36 /src/being/claninfo.cpp
parent3ad5dc250eec4fb091840e3834cbc12573e923df (diff)
downloadplus-fd20692fa893b5e96ddd7647b1487b9b3cca5f50.tar.gz
plus-fd20692fa893b5e96ddd7647b1487b9b3cca5f50.tar.bz2
plus-fd20692fa893b5e96ddd7647b1487b9b3cca5f50.tar.xz
plus-fd20692fa893b5e96ddd7647b1487b9b3cca5f50.zip
Collect clan info information in clan object.
Diffstat (limited to 'src/being/claninfo.cpp')
-rw-r--r--src/being/claninfo.cpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/being/claninfo.cpp b/src/being/claninfo.cpp
new file mode 100644
index 000000000..bba4fcd5e
--- /dev/null
+++ b/src/being/claninfo.cpp
@@ -0,0 +1,25 @@
+/*
+ * The ManaPlus Client
+ * Copyright (C) 2018 The ManaPlus Developers
+ *
+ * This file is part of The ManaPlus Client.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "being/claninfo.h"
+
+#include "debug.h"
+
+ClanInfo clanInfo;