]> ruin.nu Git - hbs.git/blob - bs/unittype.h
5c66e011eec98d8d189a6410785d4aa04621b3d6
[hbs.git] / bs / unittype.h
1 /***************************************************************************
2                           unittype.h  -  description
3                              -------------------
4     begin                : Tue Jan 22 2002
5     copyright            : (C) 2002 by Michael Andreen
6     email                : whale@linux.nu
7  ***************************************************************************/
8
9 /***************************************************************************
10  *                                                                         *
11  *   This program is free software; you can redistribute it and/or modify  *
12  *   it under the terms of the GNU General Public License as published by  *
13  *   the Free Software Foundation; either version 2 of the License, or     *
14  *   (at your option) any later version.                                   *
15  *                                                                         *
16  ***************************************************************************/
17
18 #ifndef UNITTYPE_H
19 #define UNITTYPE_H
20
21
22 /**
23   *@author Michael Andreen
24   */
25
26 class UnitType {
27 public: 
28         UnitType();
29         ~UnitType();
30 };
31
32 #endif