choicdlg.h 534 B

12345678910111213141516171819202122
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: wx/choicdlg.h
  3. // Purpose: Includes generic choice dialog file
  4. // Author: Julian Smart
  5. // Modified by:
  6. // Created:
  7. // Copyright: Julian Smart
  8. // Licence: wxWindows licence
  9. /////////////////////////////////////////////////////////////////////////////
  10. #ifndef _WX_CHOICDLG_H_BASE_
  11. #define _WX_CHOICDLG_H_BASE_
  12. #include "wx/defs.h"
  13. #if wxUSE_CHOICEDLG
  14. #include "wx/generic/choicdgg.h"
  15. #endif
  16. #endif // _WX_CHOICDLG_H_BASE_