From: Michael Andreen Date: Tue, 22 Jan 2002 18:22:57 +0000 (+0000) Subject: Kinda added fleet.h~ by mistake, removing it now.. X-Git-Tag: HBS_0_1_0~56 X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=commitdiff_plain;h=0bbeb8921656d7175bfa572d750a83bbdd63835d Kinda added fleet.h~ by mistake, removing it now.. --- diff --git a/bs/fleet.h~ b/bs/fleet.h~ deleted file mode 100644 index 8e0d3a7..0000000 --- a/bs/fleet.h~ +++ /dev/null @@ -1,33 +0,0 @@ -/*************************************************************************** - fleet.h - description - ------------------- - begin : Tue Jan 22 2002 - copyright : (C) 2002 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 FLEET_H -#define FLEET_H - - -/** - *@author Michael Andreen - *This is the engine for the whole battlesystem. - */ - -class Fleet { -public: - Fleet(); - ~Fleet(); -}; - -#endif