|
CeresEngine 0.2.0
A game development framework
|
Go to the source code of this file.
Namespaces | |
| namespace | CeresEngine |
Typedefs | |
| template<typename T , std::size_t N> | |
| using | CeresEngine::Array = std::array< T, N > |
Array is a container that encapsulates fixed size arrays. | |