|
CeresEngine 0.2.0
A game development framework
|
#include "CeresEngine/DataTypes.hpp"#include "CeresEngine/Foundation/String.hpp"#include "CeresEngine/Foundation/IO/FilePath.hpp"Go to the source code of this file.
Classes | |
| class | CeresEngine::SharedMemory |
| class | CeresEngine::TSharedMemory< T > |
| A helper class that maps a file into memory and allows accessing it as a regular C++ struct. More... | |
| class | CeresEngine::TSharedMemory< T[N]> |
| A helper class that maps a file into memory and allows accessing it as a regular C++ array. More... | |
| class | CeresEngine::TSharedMemory< T[]> |
| A helper class that maps a file into memory and allows accessing it as a regular C++ array. More... | |
Namespaces | |
| namespace | CeresEngine |