Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/shipdrawer.cc')
-rw-r--r--src/client/shipdrawer.cc6
1 files changed, 4 insertions, 2 deletions
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 <iostream>
@@ -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);