Advertisement
genBTC

WxWidgets prec.h header for udefrag changes

Oct 6th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. #ifndef _U_GUI_PREC_H_
  2. #define _U_GUI_PREC_H_
  3. //wxwidgets
  4. #include <wx/setup.h>
  5. #include <wx/wx.h>
  6. #include <wx/string.h>
  7. #include <wx/artprov.h>
  8. #include <wx/cmdline.h>
  9. #include <wx/confbase.h>
  10. #include <wx/dir.h>
  11. #include <wx/display.h>
  12. #include <wx/dynlib.h>
  13. #include <wx/fileconf.h>
  14. #include <wx/filename.h>
  15. #include <wx/gbsizer.h>
  16. #include <wx/hyperlink.h>
  17. #include <wx/intl.h>
  18. #include <wx/listctrl.h>
  19. #include <wx/mstream.h>
  20. #include <wx/settings.h>
  21. #include <wx/splitter.h>
  22. #include <wx/sysopt.h>
  23. #include <wx/taskbar.h>
  24. #include <wx/msw/taskbar.h>
  25. #include <wx/textfile.h>
  26. #include <wx/thread.h> //Not included by wx/wxprec.h
  27. #include <wx/xml/xml.h> //Not included by wx/wxprec.h
  28. #include <wx/toolbar.h>
  29. #include <wx/uri.h>
  30. #include <wx/clipbrd.h>//genBTC (right-click menu) copy to clipboard
  31. #include <wx/encconv.h> //genbtc for encodings
  32. #include <wx/filepicker.h>//genBTC query tab 3
  33. #include <wx/fontdlg.h>//genBTC (font-chooser)
  34. #include <wx/grid.h>//genbtc
  35. #include <wx/menu.h>//genbtc (right-click menu)
  36. #include <wx/notebook.h>//genbtc
  37. #include <wx/panel.h>//genbtc
  38. #include <wx/sizer.h>//genbtc
  39. #include <wx/stattext.h>//genBTC query tab 3
  40. #include <wx/tglbtn.h> //genbtc LCN Tab 4
  41. #include <wx/dataview.h>//genbtc LCN Tab 4
  42. //STL
  43. #include <vector>
  44. #include <cstdio>
  45. #include <algorithm>
  46.  
  47. #endif //_U_GUI_PREC_H_
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement