Added include/wx/joystick.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@88 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 1998-06-13 10:12:57 +00:00
parent 101ceb40b1
commit d3c2365922

12
include/wx/joystick.h Normal file
View File

@ -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__