// Name: src/common/imagall.cpp
// Purpose: wxImage access all handler
// Author: Sylvain Bougnoux
-// RCS-ID: $Id$
// Copyright: (c) Sylvain Bougnoux
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
wxImage::AddHandler( new wxCURHandler );
wxImage::AddHandler( new wxANIHandler );
#endif
+#if wxUSE_TGA
+ wxImage::AddHandler( new wxTGAHandler );
+#endif
#if wxUSE_XPM
wxImage::AddHandler( new wxXPMHandler );
#endif