From a94049b1a43f83d750b9b5dee031c19a6b1fafb0 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 30 Jan 2008 17:32:00 +0000 Subject: accomodate the new modules --- src/client/shipdrawer.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/client/shipdrawer.cc') diff --git a/src/client/shipdrawer.cc b/src/client/shipdrawer.cc index 09f95b1..e1c9adf 100644 --- a/src/client/shipdrawer.cc +++ b/src/client/shipdrawer.cc @@ -4,8 +4,8 @@ the terms and conditions of the GNU General Public License version 2 */ -#include "shipdrawer.h" -#include "gl/osiriongl.h" +#include "client/shipdrawer.h" +#include "gl/gllib.h" #include "gl/box.h" #include @@ -13,6 +13,8 @@ namespace client { using namespace gl; +using math::Vector3f; +using math::Color; Vector3f v0(1.0f, -1.0f, -1.0f); Vector3f v1(1.0f, 1.0f, -1.0f); -- cgit v1.2.3