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