#include <vector>
#include <cassert>
Go to the source code of this file.
Namespaces | |
| namespace | Enki |
Classes | |
| struct | Enki::Color |
| A color in RGBA. More... | |
Typedefs | |
| typedef std::vector< Color > | Enki::Texture |
| A texture. | |
| typedef std::vector< Texture > | Enki::Textures |
| Textures for all sides of an object. | |
1.5.1