| 361 | } |
| 362 | |
| 363 | void FrameAnimationDef::setFile(String filename) { |
| 364 | _file = filename.toString(); |
| 365 | _def = SharedFrameCache.loadFrame(filename); |
| 366 | } |
| 367 | |
| 368 | const std::string& FrameAnimationDef::getFile() const noexcept { |
| 369 | return _file; |
no test coverage detected