]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/tracktype.h
Render ties between rails on tracks
[r2c2.git] / source / 3d / tracktype.h
index 6cde93eb13b41f6501a0eeb3b1c0edf1a66a9d67..3923ab1ac35f28d2835c04b8ed7189d597023875 100644 (file)
@@ -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