]> git.tdb.fi Git - libs/gl.git/blobdiff - source/renderer.h
Fix some incorrect whitespace
[libs/gl.git] / source / renderer.h
index 00f970042b9505383fcbd139cf7e0bf9bd1bba75..a4663df87a152d3a0444e48b42e97558e49f2bab 100644 (file)
@@ -83,7 +83,7 @@ private:
 
        public:
                MtxStack(Renderer &);
-       private:        
+       private:
                virtual void update();
        };
 
@@ -125,6 +125,7 @@ public:
        void set_vertex_array(const VertexArray *);
        void set_element_buffer(const Buffer *);
        void set_winding_test(const WindingTest *);
+       void set_reverse_winding(bool);
 
        /** Saves the current state so it can be restored later. */
        void push_state();