Functionality relating to files.
Definition AssetReader.hpp:7
std::vector< char > ReadAllBytesFromAsset(const std::string &path)
Read the raw bytes from an Asset in the Asset Registry.
std::string ReadTextAsset(const std::string &path)
Read an asset from the Asset Registry in plain text form.