X-Git-Url: https://ruin.nu/git/?p=eonsl.git;a=blobdiff_plain;f=eonsl%2Fcitem.h;fp=eonsl%2Fcitem.h;h=6896c4bbe14b5e740d17ebe465259be5aeb954f1;hp=0000000000000000000000000000000000000000;hb=41bd409fdcb5f481fec47d9401bcbc808e9ff7bc;hpb=0932da81451325e5f0e28e8f246944616f371784 diff --git a/eonsl/citem.h b/eonsl/citem.h new file mode 100644 index 0000000..6896c4b --- /dev/null +++ b/eonsl/citem.h @@ -0,0 +1,33 @@ +/*************************************************************************** + citem.h - 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. * + * * + ***************************************************************************/ + + +#ifndef CITEM_H +#define CITEM_H + + +/** + *@author Michael Andreen + */ + +class CItem { +public: + CItem(); + ~CItem(); +}; + +#endif