]> git.tdb.fi Git - libs/gl.git/blobdiff - source/batch.h
Windows compatibility:
[libs/gl.git] / source / batch.h
index aace6528e2cfe2a386338f098ea0dff75f880430..4a2e4b340501a57c222eff7c44b8fb95750fe7dc 100644 (file)
@@ -9,7 +9,6 @@ Distributed under the LGPL
 #define MSP_GL_BATCH_H_
 
 #include <vector>
-#include <GL/gl.h>
 #include <msp/datafile/loader.h>
 #include "primitivetype.h"
 #include "types.h"
@@ -31,7 +30,7 @@ public:
        };
 
        Batch(PrimitiveType t);
-       void append(uint);
+       Batch &append(uint);
        void append(const std::vector<uint> &);
        void draw() const;
 private: