Loading...
Searching...
No Matches
VertexArray.h
Go to the documentation of this file.
1#ifndef VERTEXARRAY_H
2#define VERTEXARRAY_H
3
4#pragma once
5
8
9namespace ml
10{
30 // class VertexArray : public Core<sf::VertexArray> { ... };
31 // template<typename MANIFEST>
32 // class VertexArrayWith : public Customizable<VertexArray, MANIFEST>{};
33
34} // namespace ml
35
36#endif // VERTEXARRAY_H
Definition Component.h:18