Text asset which remembers what it's path is.
Definition: textasset.h:36
std::string data
Definition: textasset.h:39
std::string path
Definition: textasset.h:40
Definition: textasset.h:27
std::string data
Definition: textasset.h:29
AssetType GetAssetType() override
Definition: textasset.h:30
Asset to store a directory of text files, and remembers the path of the assets.
Definition: textasset.h:48
AssetType GetAssetType() override
Definition: textasset.h:52
std::map< std::string, PathedTextAsset > paths
Definition: textasset.h:51