comparison include/common.h @ 22:92188f60323d default tip

Implement Masking function on Preview Dialog.
author pyon@macmini
date Sat, 04 Apr 2015 17:23:46 +0900
parents de222bc84e48
children
comparison
equal deleted inserted replaced
21:a2ad87cad48b 22:92188f60323d
1 // Filename : common.h 1 // Filename : common.h
2 // Last Change: 05-Jun-2014. 2 // Last Change: 2015-04-03 18:56:14.
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"
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/clipbrd.h>
48 #include <wx/html/htmprint.h> 48 #include <wx/html/htmprint.h>
49 #include <wx/datectrl.h> 49 #include <wx/datectrl.h>
50 #include <wx/bmpbuttn.h>
50 #include <wx/xrc/xmlres.h> 51 #include <wx/xrc/xmlres.h>
51 52
52 #endif 53 #endif
53 54
54 #endif // __COMMON_H__ 55 #endif // __COMMON_H__