| 167 | noop(); |
| 168 | } |
| 169 | bool jjPAL::load(const String& filename) { |
| 170 | noop(); |
| 171 | return false; |
| 172 | } |
| 173 | void jjPAL::fill(std::uint8_t red, std::uint8_t green, std::uint8_t blue, float opacity) { |
| 174 | noop(); |
| 175 | } |
no outgoing calls
no test coverage detected