From d3c23659222b436b9dc3056b67fc3a9a74c9bca1 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 13 Jun 1998 10:12:57 +0000 Subject: [PATCH] Added include/wx/joystick.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@88 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/joystick.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 include/wx/joystick.h 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__ -- 2.50.0