X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Ftracktype.h;h=3923ab1ac35f28d2835c04b8ed7189d597023875;hb=e507f9267ca940ee6af70e948f34da94dd26d181;hp=6cde93eb13b41f6501a0eeb3b1c0edf1a66a9d67;hpb=d405b9943c888e3945c7ea4e496f9d300b114fe0;p=r2c2.git diff --git a/source/3d/tracktype.h b/source/3d/tracktype.h index 6cde93e..3923ab1 100644 --- a/source/3d/tracktype.h +++ b/source/3d/tracktype.h @@ -28,6 +28,7 @@ public: private: void build_part(const TrackPart &, const Profile &, const Vector &, bool, Msp::GL::MeshBuilder &, unsigned &); + void build_ties(const TrackPart &, const Profile &, float, float, const Vector &, Msp::GL::MeshBuilder &, unsigned &); }; } // namespace R2C2