TeaPacket v0.0.1
Multiplatform Game Engine
|
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | TeaPacket |
namespace | TeaPacket::Files |
Functionality relating to files. | |
Functions | |
std::string | TeaPacket::Files::ReadTextAsset (const std::string &path) |
Read an asset from the Asset Registry in plain text form. | |
std::vector< char > | TeaPacket::Files::ReadAllBytesFromAsset (const std::string &path) |
Read the raw bytes from an Asset in the Asset Registry. | |