00001 #include <config.h>
00002 #include "MyFrame.h"
00003
00004 #include <wx/image.h>
00005 #include <wx/wx.h>
00006
00007 #ifndef _MYAPP_H_
00008 #define _MYAPP_H_
00009
00010 class MyApp : public wxApp
00011 {
00012 virtual bool OnInit();
00013 };
00014
00015 #endif // _MYAPP_H_