X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Fendpoint.h;h=a3074d150c67eba8761ff31573421eeb7ecd341c;hb=d18d5c1c3cf417e20840238eec4f3caa431fa2b5;hp=0abc52683c3e8e486f61aa2cfc87e8d5857f81d5;hpb=47341c72a70e6cf9d8e963705a50197bbc20a87d;p=r2c2.git diff --git a/source/3d/endpoint.h b/source/3d/endpoint.h index 0abc526..a3074d1 100644 --- a/source/3d/endpoint.h +++ b/source/3d/endpoint.h @@ -1,18 +1,18 @@ /* $Id$ -This file is part of the MSP Märklin suite -Copyright © 2010 Mikkosoft Productions, Mikko Rasa +This file is part of R²C² +Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa Distributed under the GPL */ -#ifndef MARKLIN3D_ENDPOINT_H_ -#define MARKLIN3D_ENDPOINT_H_ +#ifndef R2C2_3D_ENDPOINT_H_ +#define R2C2_3D_ENDPOINT_H_ #include #include -#include "libmarklin/track.h" +#include "libr2c2/track.h" -namespace Marklin { +namespace R2C2 { class Track3D; @@ -27,9 +27,9 @@ public: Endpoint3D(const Track3D &, unsigned); ~Endpoint3D(); - virtual void render(const Msp::GL::Tag &) const; + virtual void render(Msp::GL::Renderer &, const Msp::GL::Tag &) const; }; -} // namespace Marklin +} // namespace R2C2 #endif