X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Ftrackpart.h;fp=source%2Flibr2c2%2Ftrackpart.h;h=ebe353c34cfde4022586fbd9f2b3922f40a479ef;hb=277e8e7e4230aa8867f507ace62476afe575cff1;hp=42945845add5aa8d58d17ddd82f6c498f3d4f100;hpb=629ded2c61ef25ec34cc52b03fe69d02e72db50f;p=r2c2.git diff --git a/source/libr2c2/trackpart.h b/source/libr2c2/trackpart.h index 4294584..ebe353c 100644 --- a/source/libr2c2/trackpart.h +++ b/source/libr2c2/trackpart.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of R²C² -Copyright © 2006-2010 Mikkosoft Productions, Mikko Rasa +Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa Distributed under the GPL */ @@ -44,6 +44,7 @@ public: bool is_dead_end() const { return dead_end; } void check_link(TrackPart &); TrackPart *get_link(unsigned) const; + bool collide_ray(const Vector &, const Vector &, float) const; }; } // namespace R2C2