]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Drawable.hh
revamped scene drawing in preparation for octree
[chaz/yoink] / src / Moof / Drawable.hh
index 1554b11ffca84a52610136b21b7fefc993d2b313..5cfd628d23137815b2a1e43222f12d13e1ada4ec 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:
+       inline virtual ~Drawable() {}
+
        virtual void draw(Scalar alpha) const = 0;
 };
 
This page took 0.018646 seconds and 4 git commands to generate.