Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)
{