X-Git-Url: https://ruin.nu/git/?p=eonsl.git;a=blobdiff_plain;f=eonsl%2Fcskill.cpp;fp=eonsl%2Fcskill.cpp;h=c37a5259457ba5508fc592e8462a898fb1983ca1;hp=0000000000000000000000000000000000000000;hb=447380c0224f2725b548d5c3826f880e565b2752;hpb=58198d346fc90fe9f7fc0af3ef4e0578903129ed diff --git a/eonsl/cskill.cpp b/eonsl/cskill.cpp new file mode 100644 index 0000000..c37a525 --- /dev/null +++ b/eonsl/cskill.cpp @@ -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(){ +}