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:32:00 +0000
committerStijn Buys <ingar@osirion.org>2008-01-30 17:32:00 +0000
commita94049b1a43f83d750b9b5dee031c19a6b1fafb0 (patch)
tree8677f67ba0ba0c0bb80b911d3aa0413d7e2a47c0 /src/client/camera.cc
parent7b5777160c7615443afc287fbdad6a861d69e36b (diff)
accomodate the new modules
Diffstat (limited to 'src/client/camera.cc')
-rw-r--r--src/client/camera.cc10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/client/camera.cc b/src/client/camera.cc
index c195d20..08c60fa 100644
--- a/src/client/camera.cc
+++ b/src/client/camera.cc
@@ -4,14 +4,12 @@
the terms and conditions of the GNU General Public License version 2
*/
-#include "camera.h"
-
-#include "gl/osiriongl.h"
+#include "client/camera.h"
#include "game/game.h"
-#include "common/functions.h"
+#include "math/mathlib.h"
-using common::degrees360f;
-using common::degrees180f;
+using math::degrees360f;
+using math::degrees180f;
namespace client
{