TeaPacket v0.0.1
Multiplatform Game Engine
|
Functionality relating to files. More...
Classes | |
class | AssetStream |
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. | |
Graphics::Texture | ReadTGA (const std::string &path) |
Functionality relating to files.
std::vector< char > TeaPacket::Assets::ReadAllBytesFromAsset | ( | const std::string & | path | ) |
Read the raw bytes from an Asset in the Asset Registry.
std::string TeaPacket::Assets::ReadTextAsset | ( | const std::string & | path | ) |
Read an asset from the Asset Registry in plain text form.
Graphics::Texture TeaPacket::Assets::ReadTGA | ( | const std::string & | path | ) |