]> git.saurik.com Git - wxWidgets.git/blob - include/wx/joystick.h
Some Borland/GnuWin32 fixes
[wxWidgets.git] / include / wx / joystick.h
1 #ifndef __JOYSTICKH_BASE__
2 #define __JOYSTICKH_BASE__
3
4 #if defined(__WXMSW__)
5 #include "wx/msw/joystick.h"
6 #elif defined(__WXMOTIF__)
7 #elif defined(__WXGTK__)
8 #include "wx/gtk/joystick.h"
9 #endif
10
11 #endif
12 // __JOYSTICKH_BASE__