![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
#include <Windows.h>#include <string>#include <vector>#include "components/diagnostics/errors/errors.h"
Include dependency graph for cache.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | BlamCachedDataFile |
| Structure to contain a cached data file. More... | |
Namespaces | |
| Blam | |
| Namespace surrounding all major engine components. | |
| Blam::Cache | |
| Namespace containing functions related to caching. | |
Macros | |
| #define | BLAM |
Functions | |
| std::string | Blam::Cache::WriteFileToCache (void *data, int length, std::string id) |
| Writes a block of data to the cache as a file. More... | |
| BlamResult | Blam::Cache::ReadFileFromCache (void **data, int *length, std::string id) |
| Reads a file from the cache into memory. More... | |
| BlamResult | Blam::Cache::DeleteFileFromCache (std::string id) |
| Deletes a file from the local cache storage. More... | |
| void | Blam::Cache::ClearCachedFiles () |
| Clears all files from the cache. More... | |
| #define BLAM |