Text asset which remembers what it's path is.
Definition: textasset.h:37
std::string data
Definition: textasset.h:40
std::string path
Definition: textasset.h:41
Definition: textasset.h:28
std::string data
Definition: textasset.h:30
AssetType GetAssetType() override
Definition: textasset.h:31
Asset to store a directory of text files, and remembers the path of the assets.
Definition: textasset.h:49
AssetType GetAssetType() override
Definition: textasset.h:53
std::map< std::string, PathedTextAsset > paths
Definition: textasset.h:52