|
CeresEngine 0.2.0
A game development framework
|
#include "Forward.hpp"#include "Resource.hpp"#include "ResourceHandle.hpp"#include "Importer/ResourceImportOptions.hpp"#include "Importer/ResourceImporterRegistry.hpp"#include "CeresEngine/Foundation/Async.hpp"#include "CeresEngine/Foundation/UUID.hpp"#include "CeresEngine/Foundation/Container/List.hpp"#include "CeresEngine/Foundation/IO/Stream.hpp"#include "CeresEngine/Foundation/IO/URLSession.hpp"#include "CeresEngine/Foundation/Threading/Threading.hpp"#include "CeresEngine/Serialization/Serialization.hpp"Go to the source code of this file.
Classes | |
| struct | CeresEngine::ResourceLoadOptions |
| A structure that describes options for the loading of a resource. More... | |
| struct | CeresEngine::ResourceSaveOptions |
| A structure that describes options for the saving of a resource. More... | |
| class | CeresEngine::ResourceManager |
The ResourceManager is the main class responsible for managing and handling all resources in the engine. More... | |
Namespaces | |
| namespace | CeresEngine |