diff options
Diffstat (limited to 'src/model/flare.cc')
-rw-r--r-- | src/model/flare.cc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/model/flare.cc b/src/model/flare.cc deleted file mode 100644 index 5491dd2..0000000 --- a/src/model/flare.cc +++ /dev/null @@ -1,21 +0,0 @@ -/* - model/flare.cc - This file is part of the Osirion project and is distributed under - the terms of the GNU General Public License version 2 -*/ - -#include "model/flare.h" - -namespace model -{ - -Flare::Flare() : Light() -{ - flare_angle = 0; - flare_engine = false; -} - -Flare::~Flare() -{} - -} |