1998-06-13 06:12:57 -04:00
|
|
|
#ifndef __JOYSTICKH_BASE__
|
|
|
|
#define __JOYSTICKH_BASE__
|
|
|
|
|
1998-07-10 10:15:17 -04:00
|
|
|
#if defined(__WXMSW__)
|
1998-06-13 06:12:57 -04:00
|
|
|
#include "wx/msw/joystick.h"
|
1998-07-10 10:15:17 -04:00
|
|
|
#elif defined(__WXMOTIF__)
|
|
|
|
#elif defined(__WXGTK__)
|
1998-06-13 06:12:57 -04:00
|
|
|
#include "wx/gtk/joystick.h"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|
|
|
|
// __JOYSTICKH_BASE__
|