X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2fd0ada57881c6a591594c269213db66f653a0be..e4a0fe083de648e077ebe3e1c19d87c0a30d2db4:/include/wx/animate.h diff --git a/include/wx/animate.h b/include/wx/animate.h index 27f37a3b80..97321c5994 100644 --- a/include/wx/animate.h +++ b/include/wx/animate.h @@ -75,6 +75,8 @@ public: // public API virtual bool LoadFile(const wxString& filename, wxAnimationType type = wxANIMATION_TYPE_ANY) = 0; + virtual bool Load(wxInputStream& stream, + wxAnimationType type = wxANIMATION_TYPE_ANY) = 0; virtual void SetAnimation(const wxAnimation &anim) = 0; virtual wxAnimation GetAnimation() const = 0;