Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-11-09 21:45:18 +0000
committerStijn Buys <ingar@osirion.org>2008-11-09 21:45:18 +0000
commita1eb1b4dc4d81df724ee43fc4e895dd22e81760f (patch)
tree5d53a557540147e1e981c5cd3c6be8ccc8448381 /src/game/base/navpoint.cc
parent568e868ef43cc79ad277ec5ab2c3e08647725131 (diff)
working jumpgates
Diffstat (limited to 'src/game/base/navpoint.cc')
-rw-r--r--src/game/base/navpoint.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/base/navpoint.cc b/src/game/base/navpoint.cc
index 560962c..a8e44dc 100644
--- a/src/game/base/navpoint.cc
+++ b/src/game/base/navpoint.cc
@@ -5,9 +5,9 @@
*/
#include "base/navpoint.h"
-#include "base/base.h"
+#include "base/game.h"
-namespace base
+namespace game
{
NavPoint::NavPoint() : core::Entity(core::Entity::Static | core::Entity::Bright)