From a237a2d7723b94df6cd3e91401ec28388de6f1a0 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 21 Oct 2007 23:02:47 +0000 Subject: namespace cleanup --- src/game/ship.cc | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'src/game/ship.cc') diff --git a/src/game/ship.cc b/src/game/ship.cc index 84e9f41..f0c40c4 100644 --- a/src/game/ship.cc +++ b/src/game/ship.cc @@ -1,14 +1,17 @@ -/* ship.cc - This file is part of the Osirion project +/* + game/ship.cc + This file is part of the Osirion project and is distributed under + the terms and conditions of the GNU General Public License version 2 */ -// C++ headers -#include - // project headers +#include "ship.h" #include "common/functions.h" -#include "ship.h" +// C++ headers +#include + +namespace game { Ship::Ship() { @@ -82,3 +85,4 @@ void Ship::turn_right() yaw_offset = - max_yaw_offset; } +} // namespace game -- cgit v1.2.3