X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMoof%2FScene.hh;h=4c4f29775b2ae21033fb69e8e9017b2ee542c5ff;hb=4701bf580b75a7d77a460c6f14f9fc31fb109bbb;hp=08ab6cc2441c7f58497fa01bffbe42853fb80e4c;hpb=72d4af22710317acffab861421c4364b1780b6fe;p=chaz%2Fyoink diff --git a/src/Moof/Scene.hh b/src/Moof/Scene.hh index 08ab6cc..4c4f297 100644 --- a/src/Moof/Scene.hh +++ b/src/Moof/Scene.hh @@ -34,6 +34,7 @@ #include #include +#include #include @@ -50,11 +51,13 @@ public: void draw(Scalar alpha, const Camera& cam) const; void refresh(); - static std::string getPathToResource(const std::string& name); + OctreePtr getOctree() const; + + static std::string getPath(const std::string& name); private: - class SceneImpl; - boost::shared_ptr impl_; + class Impl; + boost::shared_ptr impl_; };