]> ruin.nu Git - eonsl.git/blob - eonsl/cskill.cpp
Added all .h .cpp and .ui files to the kdevprj..
[eonsl.git] / eonsl / cskill.cpp
1 /***************************************************************************
2                           cskill.cpp  -  description
3                              -------------------
4     begin                : Thu Jan 4 2001
5     copyright            : (C) 2001 by Michael Andreen
6     email                : whale@linux.nu
7  ***************************************************************************/
8
9 /***************************************************************************
10  *                                                                         *
11  *   This program is free software; you can redistribute it and/or modify  *
12  *   it under the terms of the GNU General Public License as published by  *
13  *   the Free Software Foundation; either version 2 of the License, or     *
14  *   (at your option) any later version.                                   *
15  *                                                                         *
16  ***************************************************************************/
17
18
19 #include "cskill.h"
20
21 CSkill::CSkill(){
22 }
23 /** Create a skill with some initial values.. */
24 CSkill::CSkill(int value, bool easy = false, bool checked = false){
25 }
26
27 CSkill::~CSkill(){
28 }