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-01-30 17:35:04 +0000
committerStijn Buys <ingar@osirion.org>2008-01-30 17:35:04 +0000
commitbac8343bbc9f1e4cf97a561c732054539f21f03d (patch)
tree4d8997f26c6d63ed4ad61fc1057752f0c1b27ca1 /src/game/ship.cc
parent69f7ffa70863bef2be4cae08c466b5d97a627277 (diff)
accomodate the new modules
Diffstat (limited to 'src/game/ship.cc')
-rw-r--r--src/game/ship.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game/ship.cc b/src/game/ship.cc
index 049283f..fc18375 100644
--- a/src/game/ship.cc
+++ b/src/game/ship.cc
@@ -5,14 +5,14 @@
*/
// project headers
-#include "ship.h"
-#include "common/functions.h"
+#include "game/ship.h"
+#include "math/mathlib.h"
// C++ headers
#include <iostream>
-using common::degrees360f;
-using common::degrees180f;
+using math::degrees360f;
+using math::degrees180f;
namespace game {