X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Ftrack.h;h=a9154b7c6bbb628fb486d7d934601224a03a37ce;hb=52cbe8d99669f843f8f75c51128e2748584dd03a;hp=f38593ec08e2ee3e169e534c7243d19f2c02770f;hpb=36beacc579d3132642ed4d98ce5a6d99842b5812;p=r2c2.git diff --git a/source/3d/track.h b/source/3d/track.h index f38593e..a9154b7 100644 --- a/source/3d/track.h +++ b/source/3d/track.h @@ -3,7 +3,9 @@ #include #include +#include #include "libmarklin/track.h" +#include "libmarklin/trackpart.h" #include "misc.h" namespace Marklin { @@ -31,7 +33,7 @@ private: void prepare_render(); void build_object(); - void build_part(const Track::Part &, Msp::GL::VertexArrayBuilder &, unsigned &); + void build_part(const TrackPart &, Msp::GL::VertexArrayBuilder &, unsigned &); }; typedef std::list Track3DSeq;