X-Git-Url: https://ruin.nu/git/?p=eonsl.git;a=blobdiff_plain;f=eonsl%2Fcitem.cpp;fp=eonsl%2Fcitem.cpp;h=850d7a9541bed0488e58d265d16f65f42d9b38ed;hp=0000000000000000000000000000000000000000;hb=41bd409fdcb5f481fec47d9401bcbc808e9ff7bc;hpb=0932da81451325e5f0e28e8f246944616f371784 diff --git a/eonsl/citem.cpp b/eonsl/citem.cpp new file mode 100644 index 0000000..850d7a9 --- /dev/null +++ b/eonsl/citem.cpp @@ -0,0 +1,24 @@ +/*************************************************************************** + citem.cpp - description + ------------------- + begin : Sat Mar 10 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 "citem.h" + +CItem::CItem(){ +} +CItem::~CItem(){ +}