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/stardrawer.cc')
-rw-r--r--src/client/stardrawer.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/stardrawer.cc b/src/client/stardrawer.cc
index 0f591bf..534c1e6 100644
--- a/src/client/stardrawer.cc
+++ b/src/client/stardrawer.cc
@@ -5,10 +5,12 @@
// projet headers
#include "client/stardrawer.h"
-#include "gl/gllib.h"
+#include "render/render.h"
namespace client {
+using namespace render;
+
StarDrawer::StarDrawer(game::Star *s) {
star = s;
sphere.radius = s->radius;