/////////////////////////////////////////////////////////////////////////////
-// Name: imagtga.h
+// Name: wx/imagtga.h
// Purpose: wxImage TGA handler
// Author: Seth Jackson
// RCS-ID: $Id$
bool verbose = true, int index = -1);
virtual bool SaveFile(wxImage* image, wxOutputStream& stream,
bool verbose = true);
+protected:
virtual bool DoCanRead(wxInputStream& stream);
#endif // wxUSE_STREAMS
-private:
DECLARE_DYNAMIC_CLASS(wxTGAHandler)
};