![]() |
Blamite Game Engine - blam!
00346.12.11.21.0529.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 = 0 |
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 BlamCachedDataFile::id = "" |
The ID of the cached file.
std::string BlamCachedDataFile::old_address = "" |
The original address of the data when it was written to the cache.
std::string BlamCachedDataFile::path = "" |
The path to the cached file.
int BlamCachedDataFile::size = 0 |
The length of the data, in bytes.