d3c2365922
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@88 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 lines
227 B
C
13 lines
227 B
C
#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__
|