diff options
Diffstat (limited to 'thirdparty/thorvg/src/renderer/tvgSaveModule.h')
-rw-r--r-- | thirdparty/thorvg/src/renderer/tvgSaveModule.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/thorvg/src/renderer/tvgSaveModule.h b/thirdparty/thorvg/src/renderer/tvgSaveModule.h index a997b644a7..09e7bde72b 100644 --- a/thirdparty/thorvg/src/renderer/tvgSaveModule.h +++ b/thirdparty/thorvg/src/renderer/tvgSaveModule.h @@ -34,6 +34,7 @@ public: virtual ~SaveModule() {} virtual bool save(Paint* paint, const string& path, bool compress) = 0; + virtual bool save(Animation* animation, const string& path, uint32_t quality, uint32_t fps) = 0; virtual bool close() = 0; }; |