Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
|
Asset to store a directory of text files, and remembers the path of the assets. More...
#include <textasset.h>
Public Member Functions | |
AssetType | GetAssetType () override |
Public Member Functions inherited from cqsp::asset::Asset | |
virtual | ~Asset ()=default |
Public Attributes | |
std::map< std::string, PathedTextAsset > | paths |
Public Attributes inherited from cqsp::asset::Asset | |
std::string | path |
int | accessed = 0 |
Asset to store a directory of text files, and remembers the path of the assets.
|
inlineoverridevirtual |
Implements cqsp::asset::Asset.
std::map<std::string, PathedTextAsset> cqsp::asset::TextDirectoryAsset::paths |