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