- bool SaveFile( const wxString &name, const int type, wxPalette *palette = NULL );
- bool LoadFile( const wxString &name, const int type );
-
+ void Resize( int height, int width );
+
+ bool SaveFile( const wxString &name, int type, wxPalette *palette = NULL );
+ bool LoadFile( const wxString &name, int type );
+