X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FAnimation.hh;h=d8651dddf76a2032c0912584a60722d583202c79;hp=ac00679809b7da11931aef0d29e393fe1b59417e;hb=c85b710e7ead9bc417805bb893571a7139f1081c;hpb=837bae9f2bf7b25e1d3d2625eeaf39c1d2f48827 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); };