From cffe02f49b66a70d40816ffc8dea42f9e52da57f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 28 Feb 2015 20:46:53 +0000 Subject: Reimplemented camera handling enabling 360-degree freelook. --- src/render/dust.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/render/dust.h') diff --git a/src/render/dust.h b/src/render/dust.h index 4653550..a42cb25 100644 --- a/src/render/dust.h +++ b/src/render/dust.h @@ -7,6 +7,9 @@ #ifndef __INCLUDED_RENDER_DUST_H__ #define __INCLUDED_RENDER_DUST_H__ +#include "math/color.h" +#include "render/camera.h" + namespace render { @@ -19,7 +22,7 @@ public: static void shutdown(); - static void draw(math::Color const &dustcolor); + static void draw(const Camera &camera, const math::Color &dustcolor); static void reset(); }; -- cgit v1.2.3