]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/track.h
Update Track3D to use GL::Renderer
[r2c2.git] / source / 3d / track.h
index 757955af21ff111f7fdfe3094761b3858f66dcaa..e1dd29196e3146b36462c7a9bd271d135bb0572f 100644 (file)
@@ -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
 */
 
@@ -45,8 +45,8 @@ public:
        virtual bool is_visible() const { return true; }
 
        Msp::GL::Matrix get_matrix() const;
-       virtual void setup_render(const Msp::GL::Tag &) const;
-       virtual void finish_render(const Msp::GL::Tag &) const;
+       virtual void setup_render(Msp::GL::Renderer &, const Msp::GL::Tag &) const;
+       virtual void finish_render(Msp::GL::Renderer &, const Msp::GL::Tag &) const;
 };
 
 } // namespace R2C2