move iriver checksums to its own file to remove unneeded inclusion and kill warnings...
[Rockbox.git] / rbutil / rbutilApp.h
blobb20e39eb908df6c87860d42e27c1c128eccf9852
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * Module: rbutil
9 * File: rbutilApp.h
11 * Copyright (C) 2005 Christi Alice Scarborough
13 * All files in this archive are subject to the GNU General Public License.
14 * See the file COPYING in the source tree root for full license agreement.
16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
17 * KIND, either express or implied.
19 ****************************************************************************/
21 #include <wx/wxprec.h>
22 #ifdef __BORLANDC__
23 #pragma hdrstop
24 #endif
25 #ifndef WX_PRECOMP
26 #include <wx/wx.h>
27 #endif
29 #include <wx/msgdlg.h>
30 #include <wx/config.h>
31 #include <wx/confbase.h>
32 #include <wx/fileconf.h>
33 #include <wx/string.h>
34 #include <wx/wfstream.h>
35 #include <wx/fs_inet.h>
36 #include <wx/fs_zip.h>
37 #include <wx/stdpaths.h>
39 #include "rbutilFrm.h"
40 #include "rbutil.h"
42 class rbutilFrmApp:public wxApp
44 public:
45 bool OnInit();
46 int OnExit();
47 bool ReadGlobalConfig(rbutilFrm* myFrame);
48 void ReadUserConfig(void);
49 void WriteUserConfig(void);