![]() |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
Structure to contain a cached data file. More...
#include <cache.h>
Public Attributes | |
std::string | id |
The ID of the cached file. More... | |
std::string | old_address |
The original address of the data when it was written to the cache. More... | |
int | size |
The length of the data, in bytes. More... | |
std::string | path |
The path to the cached file. More... | |
Structure to contain a cached data file.
std::string CachedDataFile::id |
The ID of the cached file.
std::string CachedDataFile::old_address |
The original address of the data when it was written to the cache.
std::string CachedDataFile::path |
The path to the cached file.
int CachedDataFile::size |
The length of the data, in bytes.