X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FAnimation.hh;h=cfda19beff3cd2b0de2686ea457d299d0fc15c79;hp=57ce6a8ffe6f280b5a8396d77725bef07b8b86c2;hb=bfa6212d09d8735d8fd5e2638188e4a99f21ada4;hpb=eebb993ca929c3f4c235cad9e01dc4797fcd2945 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_; };