From d584d29ac49182130d643c9221047e0acb5cfa01 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 30 Jan 2008 17:36:03 +0000 Subject: accomodate the new modules --- src/gl/box.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/gl/box.cc') 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) { -- cgit v1.2.3