]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Scene.hh
preliminary physics, sound, hud
[chaz/yoink] / src / Moof / Scene.hh
index 08ab6cc2441c7f58497fa01bffbe42853fb80e4c..4c4f29775b2ae21033fb69e8e9017b2ee542c5ff 100644 (file)
@@ -34,6 +34,7 @@
 #include <boost/shared_ptr.hpp>
 
 #include <Moof/Drawable.hh>
+#include <Moof/Octree.hh>
 #include <Moof/Resource.hh>
 
 
@@ -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<SceneImpl> impl_;
+       class Impl;
+       boost::shared_ptr<Impl> impl_;
 };
 
 
This page took 0.017834 seconds and 4 git commands to generate.