From: Julian Smart Date: Sat, 13 Jun 1998 10:12:57 +0000 (+0000) Subject: Added include/wx/joystick.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d3c23659222b436b9dc3056b67fc3a9a74c9bca1 Added include/wx/joystick.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@88 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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__