Loading...
Searching...
No Matches
VertexArray.h
Go to the documentation of this file.
1// Copyright (c) 2025 Dave R. Smith. All rights reserved.
2// Malena Framework — Proprietary Software. See LICENSE for terms.
3
4#ifndef MALENA_VERTEXARRAY_H
5#define MALENA_VERTEXARRAY_H
6
7#pragma once
8
12
13namespace ml
14{
34 // class VertexArray : public Core<sf::VertexArray> { ... };
35 // template<typename MANIFEST>
36 // class VertexArrayWith : public Customizable<VertexArray, MANIFEST>{};
37
38} // namespace ml
39
40#endif // MALENA_VERTEXARRAY_H
Definition Component.h:22