![]() |
Blamite Game Engine - Keystone
00326.06.27.21.0407.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
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 BlamKeystoneResource::file_path |
The path to the file associated with this resource.
std::string BlamKeystoneResource::id |
The ID of the resource.