|
CeresEngine 0.2.0
A game development framework
|
#include "Forward.hpp"#include "Resource.hpp"#include "CeresEngine/Macros.hpp"#include "CeresEngine/Foundation/Async.hpp"#include "CeresEngine/Foundation/SmartPtr.hpp"#include "CeresEngine/Foundation/URI.hpp"#include "CeresEngine/Foundation/UUID.hpp"#include "CeresEngine/Foundation/Threading/ExecutionContext.hpp"Go to the source code of this file.
Classes | |
| struct | CeresEngine::PackageMetadata |
| A class that contains metadata for a package. More... | |
| struct | CeresEngine::PackageID |
| Type that uniquely represents a package in the resource system. More... | |
| class | CeresEngine::Package |
| A package is a collection of resources that are stored in a single data blob. More... | |
| struct | CeresEngine::Package::Entry |
| A structure that describes a single entry in the package. More... | |
| struct | CeresEngine::Package::PackageIndex |
| A structure that wraps the index of a package. More... | |
| class | CeresEngine::PackagedResourceData |
A ResourceData sub-class that represents a resource owned and contained within a package. More... | |
Namespaces | |
| namespace | CeresEngine |