]> ruin.nu Git - eonsl.git/blobdiff - eonsl/cskill.cpp
Added all .h .cpp and .ui files to the kdevprj..
[eonsl.git] / eonsl / cskill.cpp
diff --git a/eonsl/cskill.cpp b/eonsl/cskill.cpp
new file mode 100644 (file)
index 0000000..c37a525
--- /dev/null
@@ -0,0 +1,28 @@
+/***************************************************************************
+                          cskill.cpp  -  description
+                             -------------------
+    begin                : Thu Jan 4 2001
+    copyright            : (C) 2001 by Michael Andreen
+    email                : whale@linux.nu
+ ***************************************************************************/
+
+/***************************************************************************
+ *                                                                         *
+ *   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     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ ***************************************************************************/
+
+
+#include "cskill.h"
+
+CSkill::CSkill(){
+}
+/** Create a skill with some initial values.. */
+CSkill::CSkill(int value, bool easy = false, bool checked = false){
+}
+
+CSkill::~CSkill(){
+}