]> Dogcows Code - chaz/yoink/blobdiff - src/Scene.hh
mesh and other random adjustments
[chaz/yoink] / src / Scene.hh
index 3c14b47e81564ee89c76a29e5631ec7d86e35845..8c60cc50bb0f533b9e3fa1c83b24b0fbc153b30b 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <moof/cullable.hh>
 #include <moof/drawable.hh>
-#include <moof/resource.hh>
 #include <moof/script.hh>
 
 
@@ -33,7 +32,7 @@ class settings;
 class Scene;
 typedef boost::shared_ptr<Scene> SceneP;
 
-class Scene : public moof::cullable, public moof::drawable, public moof::resource
+class Scene : public moof::cullable, public moof::drawable
 {
        class impl;
        boost::shared_ptr<impl> impl_;
This page took 0.019437 seconds and 4 git commands to generate.