| 105 | } |
| 106 | |
| 107 | std::vector<uint8_t> read_asset(const std::string &filename) |
| 108 | { |
| 109 | return vkb::filesystem::get()->read_file_binary(path::get(path::Type::Assets) + filename); |
| 110 | } |
| 111 | |
| 112 | std::string read_text_file(const std::string &filename) |
| 113 | { |
no test coverage detected