Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/star.cc')
-rw-r--r--src/game/star.cc9
1 files changed, 5 insertions, 4 deletions
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