X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FAnimation.hh;h=d8651dddf76a2032c0912584a60722d583202c79;hb=cf4c819df08e2ab6c06532d8a4467fa58b2792ae;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); };