X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FScene.hh;h=3c14b47e81564ee89c76a29e5631ec7d86e35845;hp=9cebc3c5034660b4debaf470a9f56e6631b012ab;hb=6b0a0d0efafe34d48ab344fca3b479553bd4e62c;hpb=831f04d4bc19a390415ac0bbac4331c7a65509bc diff --git a/src/Scene.hh b/src/Scene.hh index 9cebc3c..3c14b47 100644 --- a/src/Scene.hh +++ b/src/Scene.hh @@ -57,8 +57,6 @@ public: bool castRay(const moof::ray<2>& ray, std::list::contact>& hits) const; bool checkForCollision(Character& character); - - static bool find_path(std::string& name); };