X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMoof%2FAnimation.hh;h=cfda19beff3cd2b0de2686ea457d299d0fc15c79;hb=4701bf580b75a7d77a460c6f14f9fc31fb109bbb;hp=57ce6a8ffe6f280b5a8396d77725bef07b8b86c2;hpb=c2321281bf12a7efaedde930422c7ddbc92080d4;p=chaz%2Fyoink diff --git a/src/Moof/Animation.hh b/src/Moof/Animation.hh index 57ce6a8..cfda19b 100644 --- a/src/Moof/Animation.hh +++ b/src/Moof/Animation.hh @@ -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 impl_; + class Impl; + boost::shared_ptr impl_; };