| 2446 | } |
| 2447 | |
| 2448 | bool ResourcePack::Loaded() |
| 2449 | { |
| 2450 | return baseFile.is_open(); |
| 2451 | } |
| 2452 | |
| 2453 | std::vector<char> ResourcePack::scramble(const std::vector<char>& data, const std::string& key) |
| 2454 | { |
nothing calls this directly
no outgoing calls
no test coverage detected