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:36:03 +0000
committerStijn Buys <ingar@osirion.org>2008-01-30 17:36:03 +0000
commitd584d29ac49182130d643c9221047e0acb5cfa01 (patch)
tree06f23cb1cae0a1945e88ea7f19ad80394cb35d6b /src/gl/box.cc
parentbac8343bbc9f1e4cf97a561c732054539f21f03d (diff)
accomodate the new modules
Diffstat (limited to 'src/gl/box.cc')
-rw-r--r--src/gl/box.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gl/box.cc b/src/gl/box.cc
index fea5d28..12507df 100644
--- a/src/gl/box.cc
+++ b/src/gl/box.cc
@@ -5,10 +5,13 @@
*/
// project headers
-#include "box.h"
+#include "gl/box.h"
namespace gl {
+using math::Vector3f;
+using math::Color;
+
Box::Box(Vector3f const & tl, Vector3f const &br) :
topleft(tl), bottomright(br)
{