home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / include / wx / joystick.h < prev    next >
C/C++ Source or Header  |  2002-02-05  |  556b  |  26 lines

  1. #ifndef _WX_JOYSTICK_H_BASE_
  2. #define _WX_JOYSTICK_H_BASE_
  3.  
  4. #if wxUSE_JOYSTICK
  5.  
  6. #if defined(__WXMSW__)
  7. #include "wx/msw/joystick.h"
  8. #elif defined(__WXMOTIF__)
  9. #include "wx/motif/joystick.h"
  10. #elif defined(__WXGTK__)
  11. #include "wx/gtk/joystick.h"
  12. #elif defined(__WXX11__)
  13. #include "wx/x11/joystick.h"
  14. #elif defined(__WXMAC__)
  15. #include "wx/mac/joystick.h"
  16. #elif defined(__WXPM__)
  17. #include "wx/os2/joystick.h"
  18. #elif defined(__WXSTUBS__)
  19. #include "wx/stubs/joystick.h"
  20. #endif
  21.  
  22. #endif // wxUSE_JOYSTICK
  23.  
  24. #endif
  25.     // _WX_JOYSTICK_H_BASE_
  26.