TeaPacket v0.0.1
Multiplatform Game Engine
|
Functionality relating to files. More...
Functions | |
std::string | ReadTextAsset (const std::string &path) |
Read an asset from the Asset Registry in plain text form. | |
std::vector< char > | ReadAllBytesFromAsset (const std::string &path) |
Read the raw bytes from an Asset in the Asset Registry. | |
Functionality relating to files.
std::vector< char > TeaPacket::Files::ReadAllBytesFromAsset | ( | const std::string & | path | ) |
Read the raw bytes from an Asset in the Asset Registry.
std::string TeaPacket::Files::ReadTextAsset | ( | const std::string & | path | ) |
Read an asset from the Asset Registry in plain text form.