comparison include/common.h @ 1:7b6dab24f4b8

Gui parts complete.
author pyon@macmini
date Sun, 04 Aug 2013 21:42:49 +0900
parents 0c0701a935f8
children c066fde99517
comparison
equal deleted inserted replaced
0:0c0701a935f8 1:7b6dab24f4b8
1 // Filename : common.h 1 // Filename : common.h
2 // Last Change: 21-Jul-2013. 2 // Last Change: 02-Aug-2013.
3 // 3 //
4 #ifndef __COMMON_H__ 4 #ifndef __COMMON_H__
5 #define __COMMON_H__ 5 #define __COMMON_H__
6 6
7 #include "wx/wxprec.h" 7 #include "wx/wxprec.h"
34 #include <wx/string.h> 34 #include <wx/string.h>
35 #include <wx/textctrl.h> 35 #include <wx/textctrl.h>
36 #include <wx/textfile.h> 36 #include <wx/textfile.h>
37 #include <wx/tokenzr.h> 37 #include <wx/tokenzr.h>
38 #include <wx/msgdlg.h> 38 #include <wx/msgdlg.h>
39 #include <wx/regex.h>
39 #include <wx/xrc/xmlres.h> 40 #include <wx/xrc/xmlres.h>
40 41
41 #endif 42 #endif
42 43
43 #endif // __COMMON_H__ 44 #endif // __COMMON_H__