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/star.cc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/game/star.cc') diff --git a/src/game/star.cc b/src/game/star.cc index 6aa82ac..924bb96 100644 --- a/src/game/star.cc +++ b/src/game/star.cc @@ -1,10 +1,9 @@ -/* star.h - This file is part of the Osirion project and is distributed under - the terms and conditions of the GNU General Public License version 2 -*/ + #include "star.h" +namespace game { + Star::Star() : location(0,0,0), color(1,1,1,1) @@ -15,3 +14,5 @@ Star::Star() : Star::~Star() { } + +} // namespace game -- cgit v1.2.3