X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FScene.hh;h=d92784a2a0e2e7babc76f0054d893af25ac8ab50;hp=31a4ecd919f8cba737c8849fea1cbf9d22e5926a;hb=c78934a448d0126709fccec3d5a636b3baa87da4;hpb=e0c0a3b5e7337cde55e520801d2e59e03dc97d9c diff --git a/src/Scene.hh b/src/Scene.hh index 31a4ecd..d92784a 100644 --- a/src/Scene.hh +++ b/src/Scene.hh @@ -58,7 +58,7 @@ public: std::list::Contact>& hits) const; bool checkForCollision(Character& character); - static std::string getPath(const std::string& name); + static bool getPath(std::string& name); };