Mercurial > mercurial > hgweb_imcv.cgi
view common.h @ 2:25a76c128804
Fix bugs.
author | pyon@macmini |
---|---|
date | Mon, 03 Feb 2014 18:51:33 +0900 |
parents | ebc42d7a0010 |
children |
line wrap: on
line source
// Filename : common.h // Last Change: 17-Jan-2014. // #ifndef __COMMON_H__ #define __COMMON_H__ #include "wx/wxprec.h" #ifndef WX_PRECOMP #include <wx/artprov.h> #include <wx/bitmap.h> #include <wx/button.h> #include <wx/colour.h> #include <wx/dialog.h> #include <wx/font.h> #include <wx/frame.h> #include <wx/gdicmn.h> #include <wx/icon.h> #include <wx/image.h> #include <wx/listctrl.h> #include <wx/panel.h> #include <wx/settings.h> #include <wx/sizer.h> #include <wx/stattext.h> #include <wx/statusbr.h> #include <wx/string.h> #include <wx/textctrl.h> #include <wx/textfile.h> #include <wx/msgdlg.h> #include <wx/dir.h> #include <wx/dnd.h> #include <wx/xrc/xmlres.h> #endif #endif // __COMMON_H__