X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbatch.h;fp=source%2Fbatch.h;h=bca541392832c3285b78ce97c8ea44cd75342e90;hb=927a1aa0a3a27e463ec0efc08bd08e7c4e969909;hp=6950af894898b93bc576df783a7c9cb857635ac4;hpb=56c9bfa0b47583fb9067705a69c3639a17d4a097;p=libs%2Fgl.git diff --git a/source/batch.h b/source/batch.h index 6950af89..bca54139 100644 --- a/source/batch.h +++ b/source/batch.h @@ -9,7 +9,7 @@ Distributed under the LGPL #define MSP_GL_BATCH_H_ #include -#include +#include #include "primitivetype.h" #include "types.h" @@ -19,13 +19,11 @@ namespace GL { class Batch { public: - class Loader: public DataFile::Loader + class Loader: public DataFile::ObjectLoader { public: Loader(Batch &); private: - Batch &batch; - void indices(const std::vector &); };