comparison include/common.h @ 15:de222bc84e48

Implement Mouse Gesture in Preview Dialog.
author pyon@macmini
date Sun, 15 Jun 2014 16:45:52 +0900
parents 52958cd4a073
children 92188f60323d
comparison
equal deleted inserted replaced
14:ac17a73e39b3 15:de222bc84e48
1 // Filename : common.h 1 // Filename : common.h
2 // Last Change: 14-May-2014. 2 // Last Change: 05-Jun-2014.
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"
42 #include <wx/grid.h> 42 #include <wx/grid.h>
43 #include <wx/regex.h> 43 #include <wx/regex.h>
44 #include <wx/dir.h> 44 #include <wx/dir.h>
45 #include <wx/print.h> 45 #include <wx/print.h>
46 #include <wx/filepicker.h> 46 #include <wx/filepicker.h>
47 #include <wx/clipbrd.h>
47 #include <wx/html/htmprint.h> 48 #include <wx/html/htmprint.h>
48 #include <wx/datectrl.h> 49 #include <wx/datectrl.h>
49 #include <wx/xrc/xmlres.h> 50 #include <wx/xrc/xmlres.h>
50 51
51 #endif 52 #endif