]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Drawable.hh
refactoring the scene class
[chaz/yoink] / src / Moof / Drawable.hh
index 1554b11ffca84a52610136b21b7fefc993d2b313..61283fa3675995072d92d0afdabf10c14381fb3c 100644 (file)
@@ -29,7 +29,6 @@
 #ifndef _MOOF_DRAWABLE_HH_
 #define _MOOF_DRAWABLE_HH_
 
-#include <Moof/Camera.hh>
 #include <Moof/Math.hh>
 
 
@@ -43,6 +42,8 @@ namespace Mf {
 class Drawable
 {
 public:
+       virtual ~Drawable() {}
+
        virtual void draw(Scalar alpha) const = 0;
 };
 
This page took 0.021307 seconds and 4 git commands to generate.