diff --git a/include/wx/joystick.h b/include/wx/joystick.h new file mode 100644 index 0000000000..b6aff395c6 --- /dev/null +++ b/include/wx/joystick.h @@ -0,0 +1,12 @@ +#ifndef __JOYSTICKH_BASE__ +#define __JOYSTICKH_BASE__ + +#if defined(__WINDOWS__) +#include "wx/msw/joystick.h" +#elif defined(__MOTIF__) +#elif defined(__GTK__) +#include "wx/gtk/joystick.h" +#endif + +#endif + // __JOYSTICKH_BASE__