]> Dogcows Code - chaz/yoink/blobdiff - src/Scene.hh
prep for runloop code
[chaz/yoink] / src / Scene.hh
index 9cebc3c5034660b4debaf470a9f56e6631b012ab..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_;
@@ -57,8 +56,6 @@ public:
        bool castRay(const moof::ray<2>& ray,
                        std::list<moof::ray<2>::contact>& hits) const;
        bool checkForCollision(Character& character);
-
-       static bool find_path(std::string& name);
 };
 
 
This page took 0.016919 seconds and 4 git commands to generate.