| 6558 | { |
| 6559 | public: |
| 6560 | ImageLoader_LibPNG() : ImageLoader() |
| 6561 | {} |
| 6562 | |
| 6563 | olc::rcode LoadImageResource(olc::Sprite* spr, const std::string& sImageFile, olc::ResourcePack* pack) override |
| 6564 | { |
nothing calls this directly
no outgoing calls
no test coverage detected