![]() |
Blamite Game Engine - Strings
00402.09.29.23.0627.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Structure representing a Keystone resource. More...
#include <resources.h>
Public Attributes | |
std::string | id |
The ID of the resource. More... | |
std::string | file_path |
The path to the file associated with this resource. More... | |
Structure representing a Keystone resource.
Resources by themselves store very little - only an identifier and a file path. They are loaded from disk when used. They can be used for virtually anything - though are typically used for icons and images.
Themes can choose to override specific resources.
std::string BlamResource::file_path |
The path to the file associated with this resource.
std::string BlamResource::id |
The ID of the resource.