| 105 | } |
| 106 | |
| 107 | std::shared_ptr<PAGFile> LoadPAGFile(const std::string& path) { |
| 108 | return PAGFile::Load(ProjectPath::Absolute(path)); |
| 109 | } |
| 110 | |
| 111 | std::shared_ptr<tgfx::ImageCodec> MakeImageCodec(const std::string& path) { |
| 112 | return ImageCodec::MakeFrom(ProjectPath::Absolute(path)); |
no outgoing calls
no test coverage detected