X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FScene.hh;h=8c60cc50bb0f533b9e3fa1c83b24b0fbc153b30b;hp=9cebc3c5034660b4debaf470a9f56e6631b012ab;hb=1d4aa0d34b0410c7bc60a24bad7abb55eacc850a;hpb=831f04d4bc19a390415ac0bbac4331c7a65509bc diff --git a/src/Scene.hh b/src/Scene.hh index 9cebc3c..8c60cc5 100644 --- a/src/Scene.hh +++ b/src/Scene.hh @@ -19,7 +19,6 @@ #include #include -#include #include @@ -33,7 +32,7 @@ class settings; class Scene; typedef boost::shared_ptr 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_; @@ -57,8 +56,6 @@ public: bool castRay(const moof::ray<2>& ray, std::list::contact>& hits) const; bool checkForCollision(Character& character); - - static bool find_path(std::string& name); };