// Purpose: wxGIFDecoder, GIF reader for wxImage and wxAnimation
// Author: Guillermo Rodriguez Garcia <guille@iies.es>
// Version: 3.02
-// CVS-ID: $Id$
// Copyright: (c) 1999 Guillermo Rodriguez Garcia
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
wxGIFErrorCode dgif(wxInputStream& stream,
GIFImage *img, int interl, int bits);
-
+
// array of all frames
wxArrayPtrVoid m_frames;