diff include/common.h @ 0:7c3921bf511e

Beta2
author pyon@macmini
date Sat, 20 Oct 2012 16:07:42 +0900
parents
children eea479fc2a28
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/common.h	Sat Oct 20 16:07:42 2012 +0900
@@ -0,0 +1,44 @@
+// Filename   : common.h
+// Last Change: 12-Oct-2012.
+//
+#ifndef __COMMON_H__
+#define __COMMON_H__
+
+#include "wx/wxprec.h"
+ 
+#ifndef WX_PRECOMP
+
+#include <wx/wx.h>
+#include <wx/string.h>
+#include <wx/bitmap.h>
+#include <wx/image.h>
+#include <wx/icon.h>
+#include <wx/menu.h>
+#include <wx/gdicmn.h>
+#include <wx/colour.h>
+#include <wx/settings.h>
+#include <wx/statbmp.h>
+#include <wx/textctrl.h>
+#include <wx/listctrl.h>
+#include <wx/button.h>
+#include <wx/sizer.h>
+#include <wx/panel.h>
+#include <wx/stattext.h>
+#include <wx/combobox.h>
+#include <wx/tglbtn.h>
+#include <wx/richtext/richtextctrl.h>
+#include "wx/fswatcher.h"
+#include <wx/frame.h>
+#include <wx/dialog.h>
+#include <wx/dir.h>
+#include <wx/regex.h>
+#include <wx/stdpaths.h>
+#include <wx/config.h>
+#include <wx/fileconf.h>
+#include <wx/filepicker.h>
+#include <wx/window.h>
+
+#endif
+
+#endif  // __COMMON_H__
+