Tentative Randomless-Entropy variant.
[tagua/yd.git] / src / icsgamedata.cpp
blob3d3c099982f7068d209a3594acc7763365967f55
1 /*
2 Copyright (c) 2006-2008 Paolo Capriotti <p.capriotti@gmail.com>
3 (c) 2006-2007 Maurizio Monge <maurizio.monge@kdemail.net>
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
9 */
11 #include "icsgamedata.h"
12 #include <KDebug>
13 #include "gameinfo.h"
15 ICSGameData::ICSGameData()
16 : index(0) {
17 setType("");
20 ICSGameData::ICSGameData(int index, const QString& type)
21 : index(index) {
22 setType(type);
25 void ICSGameData::setType(const QString& type) {
26 //TODO