]> ruin.nu Git - eonsl.git/blob - eonsl/ccreature.cpp
These files is for making the project
[eonsl.git] / eonsl / ccreature.cpp
1 /***************************************************************************
2                           ccreature.cpp  -  description
3                              -------------------
4     begin     : Tue Oct 31 2000
5     copyright : (C) 2000 by Michael Andreen
6     email     : whale@linux.nu
7     changes   :
8  ***************************************************************************/
9
10 /***************************************************************************
11  *                                                                         *
12  *   This program is free software; you can redistribute it and/or modify  *
13  *   it under the terms of the GNU General Public License as published by  *
14  *   the Free Software Foundation; either version 2 of the License, or     *
15  *   (at your option) any later version.                                   *
16  *                                                                         *
17  ***************************************************************************/
18
19 #include "ccreature.h"
20
21 CCreature::CCreature(){
22 }
23 CCreature::~CCreature(){
24 }