X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2FAnimation.hh;h=d8651dddf76a2032c0912584a60722d583202c79;hb=2f239b9ba2a556a5ca810cfffc60552a56a4fe86;hp=ac00679809b7da11931aef0d29e393fe1b59417e;hpb=837bae9f2bf7b25e1d3d2625eeaf39c1d2f48827;p=chaz%2Fyoink diff --git a/src/Animation.hh b/src/Animation.hh index ac00679..d8651dd 100644 --- a/src/Animation.hh +++ b/src/Animation.hh @@ -56,7 +56,7 @@ public: void update(Mf::Scalar t, Mf::Scalar dt); unsigned getFrame() const; - static std::string getPath(const std::string& name); + static bool getPath(std::string& name); };