wxWidgets/include/wx/joystick.h
1998-07-10 14:15:17 +00:00

13 lines
229 B
C

#ifndef __JOYSTICKH_BASE__
#define __JOYSTICKH_BASE__
#if defined(__WXMSW__)
#include "wx/msw/joystick.h"
#elif defined(__WXMOTIF__)
#elif defined(__WXGTK__)
#include "wx/gtk/joystick.h"
#endif
#endif
// __JOYSTICKH_BASE__