]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Animation.hh
preliminary physics, sound, hud
[chaz/yoink] / src / Moof / Animation.hh
index 57ce6a8ffe6f280b5a8396d77725bef07b8b86c2..cfda19beff3cd2b0de2686ea457d299d0fc15c79 100644 (file)
@@ -63,11 +63,11 @@ public:
        void update(Scalar t, Scalar dt);
        unsigned getFrame() const;
 
-       static std::string getPathToResource(const std::string& name);
+       static std::string getPath(const std::string& name);
 
 private:
-       class AnimationImpl;
-       boost::shared_ptr<AnimationImpl> impl_;
+       class Impl;
+       boost::shared_ptr<Impl> impl_;
 };
 
 
This page took 0.017083 seconds and 4 git commands to generate.